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.
Asked
Active
Viewed 93 times
1 Answers
0
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);

Patrick
- 1
- 5