storeElement
storeElement
open
https://sideex.github.io/example/webpage_under_test/button-to-change-color.html
COMMENT
Store the element into a variable
storeElement
id=Button
//button[1]
//button[@id='=Button']
css=#\=Button
element_var
COMMENT
Output the variable element's attributes on the Log panel
echo
${element_var}
echo
${element_var.innerHTML}