Run the below script in selenium IDE:
Command | Target | Value |
store | helloselenium blog | key1 |
echo | ${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 to echo (print) as
${key1}
Read more about ECHO COMMAND IN SELENIUM IDE.
0 Comments
What would you like to add in my list? I look forward to reading your comments below.