Question
Virtusa
US
Last activity: 26 Jun 2019 3:33 EDT
How to Set Property in Java Step
Hi ,
I am passing ClipboardPage as in Input Parameter to a fucntion . The page is initialised before passing into the function . I am trying to set a property on that page using below code , I am getting a null pointer exception . Is this the correct way to set the property on a page in function .
OutPut.getProperty("RepeatedWords").setValue("test");