storeTitle - Selenium IDE
storeTitle (target, pattern) - Selenium IDE command
The storeTitle command stores the title of current opened software web application in a variable.
A similar command from the old Firefox is "storeLocation". It is useful to store current selected window's URL. This command can be recreated in the Ui.Vision RPA IDE by
using store | ${!URL} | myurl or simply using the
${!URL} built-in variable directly in your software test cases.
For more information about data extraction in general see Web Scraping with Selenium IDE.
storeTitle Example
Command | Target | Pattern/Text |
---|---|---|
open | https://ui.vision/ | |
storeTitle | mytitle | |
echo | The page title is ${mytitle} |
Works in
Ui.Vision RPA for Chrome Selenium IDE, Ui.Vision RPA for Firefox Selenium IDE, Firefox IDE Classic
Related Demo Macros
Demo-StoreEval
The ready-to-import-and-run source code of all demo macros can be found in the Open-Source RPA software Github repository.
See also
storeText, Web Automation Extension User Manual, Selenium IDE commands, Classic Firefox Selenium IDE.
Anything wrong or missing on this page? Suggestions?
...then please contact us.