Selenium get_attribute

Viewed 10476

The docs speak's http://selenium-python.readthedocs.org/api.html to me:

get_attribute(name) Args: name - Name of the attribute/property to retrieve.

Some of the args I know are textContent, innerHTML, outerHTML, href. Where can I find a list of the supported args?

1 Answers
Related