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

Method initial_browser_url

cpp/iedriver/BrowserFactory.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113std::string BrowserFactory::initial_browser_url(void) {
114 return StringUtilities::ToString(this->initial_browser_url_);
115}
116
117std::string BrowserFactory::browser_command_line_switches(void) {
118 return StringUtilities::ToString(this->browser_command_line_switches_);

Callers 4

IEClass · 0.80
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected