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

Method getPageSource

javascript/selenium-webdriver/lib/webdriver.js:973–975  ·  view source on GitHub ↗

@override

()

Source from the content-addressed store, hash-verified

971
972 /** @override */
973 getPageSource() {
974 return this.execute(new command.Command(command.Name.GET_PAGE_SOURCE))
975 }
976
977 /** @override */
978 close() {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected