HOW TO SET TIMEOUT IN SELENIUM IDE?

  • Open Firefox browser.
  • Open selenium IDE from Tools in browser.


  • Open Options>Options in selenium IDE window. 
  • Change the value of default timeout to “5000”.
  • Click on OK button.



  • Run the below script in selenium ide when it has been just installed: 
Command
Target
Value
open
/
type
id=gbqfq
helloselenium blog
clickAndWait
id=gbqfb

* Base URL:
http://www.google.co.in/





In the above script timeout is for 5 sec after clickAndWait commands.


Post a Comment

0 Comments