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

Method getPageSource

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

@override

()

Source from the content-addressed store, hash-verified

980
981 /** @override */
982 getPageSource() {
983 return this.execute(new command.Command(command.Name.GET_PAGE_SOURCE))
984 }
985
986 /** @override */
987 close() {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected