Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getTitle
Method
getTitle
javascript/selenium-webdriver/lib/webdriver.js:993–995 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
991
992
/** @override */
993
getTitle() {
994
return
this.execute(
new
command.Command(command.Name.GET_TITLE))
995
}
996
997
/** @override */
998
findElement(locator) {
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected