PhantomJSWebElement PropertiesWebDriver
The PhantomJSWebElement type exposes the following members.
Properties

  NameDescription
Public propertyCoordinates
Gets the coordinates identifying the location of this element using various frames of reference.
(Inherited from RemoteWebElement.)
Public propertyDisplayed
Gets a value indicating whether or not this element is displayed.
(Inherited from RemoteWebElement.)
Public propertyEnabled
Gets a value indicating whether or not this element is enabled.
(Inherited from RemoteWebElement.)
Protected propertyId
Gets the ID of the element
(Inherited from RemoteWebElement.)
Public propertyLocation
Gets a OnlinePoint object containing the coordinates of the upper-left corner of this element relative to the upper-left corner of the page.
(Inherited from RemoteWebElement.)
Public propertyLocationOnScreenOnceScrolledIntoView
Gets the point where the element would be when scrolled into view.
(Inherited from RemoteWebElement.)
Public propertySelected
Gets a value indicating whether or not this element is selected.
(Inherited from RemoteWebElement.)
Public propertySize
Gets a Size object containing the height and width of this element.
(Inherited from RemoteWebElement.)
Public propertyTagName
Gets the tag name of this element.
(Inherited from RemoteWebElement.)
Public propertyText
Gets the innerText of this element, without any leading or trailing whitespace, and with other whitespace collapsed.
(Inherited from RemoteWebElement.)
Public propertyWrappedDriver
Gets the IWebDriver used to find this element.
(Inherited from RemoteWebElement.)
Back to Top
See Also