Buttons
Interactions with button
and a
tags.
Reading the element
Getting the right element class for the xpath
| my_button = web.element('//*[id="myButton"]')
type(my_select)
|
Outputfastrpa.core.elements.ButtonElement
| my_button = web.button('//*[id="myButton"]')
type(my_select)
|
Outputfastrpa.core.elements.ButtonElement
Reference
Get the link reference
Output'https://www.mysite.com/page'
Outputmy_button.double_click()