"storeLocation" Command
"storeLocation" command is useful to store current selected window's URL. See bellow given example for more reference.
New Test | ||
Command | Target | Value |
open | http://software-testing-tutorials-automation.blogspot.in | |
storeLocation | i | |
echo | ${i} |
value anywhere in my script.
"storeTitle" Command
"storeTitle" command is storing title of current selected window. see bellow given example for more reference. It will store current selected windows title in to variable "j".
New Test | ||
Command | Target | Value |
open | http://software-testing-tutorials-automation.blogspot.in | |
storeTitle | j | |
echo | ${j} |
No comments:
Post a Comment