You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
how to add variable to xpath
-
XPATH> (//*[starts-with(@id, 'react-select-') and contains(@id, 'option')])[variable]
-
@zxcawsdik said in how to add variable to xpath:
@DuckDuck XPATH> (//*[starts-with(@id, 'react-select-') and contains(@id, 'option')])[[[variable]]]?
You can put the entire xpath expression in a variable, and in the action, instead of a selector, already use a variable.
-
@zxcawsdik it is dont work