- <WDElement>class
A class representing a WebDriver page element.
The WebDriver API specifies a few strategies for you to choose from when extracting elements. This library provides constants for them so you don't have to write strings: css-selector, link-text, partial-link-text, tag-name, and xpath.