How to waitForElementVisible in Silk Performer?

109 Views Asked by At

What is the Silk Performer 16.5 (Web Browser driven) equivalent of Seleniunm IDE's waitForElementVisible? I cannot find it in the help or manual.

1

There are 1 best solutions below

0
On BEST ANSWER

if found out the function below basicaly does the same as waitForElementPresent in selenium IDE and did work for me in the Silk Performer Script.

BrowserFind(HANDLE_DESKTOP, "//INPUT[@id='send']", true, 60000, false);