browser element attributes get

Allows you to get the value of the class attribute of an element.


Example

Running this code will get the attributes of "LinkText[0]:Download Now", saving it as a table named "&report".

plugin command("Browser Automation.dll", "browser element attributes get", "LinkText[0]:Download Now", &report, "False")

Was this helpful?