简体   繁体   English

如何在Silk Performer中使用waitForElementVisible?

[英]How to waitForElementVisible in Silk Performer?

What is the Silk Performer 16.5 (Web Browser driven) equivalent of Seleniunm IDE's waitForElementVisible? 与Seleniunm IDE的waitForElementVisible等效的Silk Performer 16.5(由Web浏览器驱动)是什么? I cannot find it in the help or manual. 我在帮助或手册中找不到它。

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. 如果发现下面的函数基本上与selenium IDE中的waitForElementPresent相同,并且在Silk Performer脚本中对我有用。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM