Get Details of Element on Web Page Action
Description:
Gets the value of an element's attribute on a Web Page.


Properties:
Web Browser Instance:
Enter the variable that contains the Web Browser Instance you want to work with.
Control:
Click on Select Control from Repository button and a box with all controls will appear. Hover over camera icon to preview the control's image.
Store Web Element Attribute into:
Enter a name to be the variable that will hold the value of the Web Element's attribute.
Attribute Name:
Select an attribute from the list or type in the attribute whose value you want to retrieve.
NOTE: Should you wish to get the coordinates of an element in the web browser, you may enter "waelementcentercoords" as the attribute name. The output of the action will be X and Y coordinates of the element relative to the active window which is the browser.