MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / getDomProperty

Method getDomProperty

java/src/org/openqa/selenium/WebElement.java:102–102  ·  view source on GitHub ↗

Get the value of the given property of the element. Will return the current value, even if this has been modified after the page has been loaded. See W3C WebDriver specification for more details. @param name The name of the pro

(String name)

Source from the content-addressed store, hash-verified

100 * @return The property's current value or null if the value is not set.
101 */
102 default @Nullable String getDomProperty(String name) {
103 throw new UnsupportedOperationException("getDomProperty");
104 }
105

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls