smitapawar610

Cadet 1st Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-26
05:45
647 views
How to waitForElementVisible in Silk Performer?
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 Reply
pranalimane

Cadet 3rd Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-27
05:54
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);
BrowserFind(HANDLE_DESKTOP, "//INPUT[@id='send']", true, 60000, false);
Junior Software Testing Specialist.