Allows you to wait for a browser event to finish.
Example
Running this code will set the time out to 30 seconds while waiting for the page to load.
plugin command("Browser Automation.dll", "browser wait browser event", "Page Load", 30)
Allows you to wait for a browser event to finish.
Running this code will set the time out to 30 seconds while waiting for the page to load.
plugin command("Browser Automation.dll", "browser wait browser event", "Page Load", 30)
Was this helpful?