MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getTitle

Method getTitle

java/src/org/openqa/selenium/WebDriver.java:90–90  ·  view source on GitHub ↗

Get the title of the current page. See W3C WebDriver specification for more details. @return The title of the current page, with leading and trailing whitespace stripped, or null if one is not already set

()

Source from the content-addressed store, hash-verified

88 * if one is not already set
89 */
90 @Nullable String getTitle();
91
92 /**
93 * Find all elements within the current page using the given mechanism. This method is affected by

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls