Skip to content

Save variable

gcvfi edited this page Dec 28, 2019 · 7 revisions

Back to AIQ Commands | Home


Note: Draft content, work in progress, not yet reviewed or verified.


Examples

Save text to a variable for later use

Test Steps Data
open website https://www.google.com/
Save it as search_text New York
Enter ${search_text}
Hit enter
... ...
... ...

Save text from a field on the screen to a variable

Test Steps Data
open website https://www.google.com/
Enter Atlanta
Hit enter
Save _xpath{ "//*[@title='Search']" } as from_google_input
Wait 1 sec
... ...
... ...

See also

Clone this wiki locally