Question
2
Replies
1119
Views
Incessant Technologies PVT Ltd
Posted: September 5, 2019
Last activity: September 5, 2019
How to set value to a clipboard property through a function.
hello everyone,
I have a requirement to set the value of clipboard property from function. Can anyone help me to do that?
***Edited by Moderator: Lochan to update platform capability tags***
Please use the below java code
ClipboardPage page= tools.findPage("NameOfThePage");
page.getProperty(".PropertyName").setValue("newValue");