Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getTitle
Method
getTitle
javascript/selenium-webdriver/lib/webdriver.js:1002–1004 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
1000
1001
/** @override */
1002
getTitle() {
1003
return
this.execute(
new
command.Command(command.Name.GET_TITLE))
1004
}
1005
1006
/** @override */
1007
findElement(locator) {
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected