Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Forum Post: RE: How can i set interstep interval in BDL script

$
0
0
Hi Thinktimes can be adjusted uniformly in active profile settings. Waits are a little different but you can set it in the script like so: BrowserSetText("//input[@name='searchString']", "text"); Wait 1.0; BrowserSetText("//input[@name='searchString']", "text2"); Wait 1.0; BrowserSetText("//input[@name='searchString']", "text3"); Wait 1.0; or variablize the wait at the top so it applies all the way through and is easily changed: transaction TMain var fWait : float init 1.0; begin BrowserSetText("//input[@name='searchString']", "text"); Wait fWait; BrowserSetText("//input[@name='searchString']", "text2"); Wait fWait; BrowserSetText("//input[@name='searchString']", "text3"); Wait fWait;

Viewing all articles
Browse latest Browse all 4084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>