Attribute directory?

I am having trouble getting attributes of WebElement, AndroidElement, etc. Is there a reference for what attributes are available? The following throws error:

name, tagName, tag_name, xpath, xPath

e.g.

androidElement.getAttribute("xpath");
1 Like

Any update on this one ?