storeValue
storeValue
open
https://sideex.github.io/example/webpage_under_test/input-form-for-personal-data.html
COMMENT
Type something into the input box
sendKeys
id=account
name=account
//input[1]
//input[@id='account']
css=#account
sideex_test
COMMENT
Store the value of the input into a variable
storeValue
id=account
name=account
//input[1]
//input[@id='account']
css=#account
input_var
COMMENT
Output the variable on the Log panel
echo
${input_var}