HOW TO USE STORE COMMAND IN SELENIUM IDE?



Run the below script in selenium IDE:

Command
Target
Value
store
helloselenium blog 
key1
open
/
type
id=gbqfq
${key1}
clickAndWait
id=gbqfb

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



In the above script we have stored search keyword “helloselenium blog” as a stored variable “key1” and used this variable in our script as
${key1}






Post a Comment

0 Comments