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

Method OpenNewBrowsingContext

cpp/iedriver/IECommandExecutor.cpp:1368–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366}
1367
1368std::string IECommandExecutor::OpenNewBrowsingContext(const std::string& window_type) {
1369 return this->OpenNewBrowsingContext(window_type, "about:blank");
1370}
1371
1372std::string IECommandExecutor::OpenNewBrowsingContext(const std::string& window_type,
1373 const std::string& url) {

Callers 2

OnBrowserNewWindowMethod · 0.95
ExecuteInternalMethod · 0.80

Calls 8

OpenNewBrowserTabMethod · 0.95
OpenNewBrowserWindowMethod · 0.95
GetManagedBrowserMethod · 0.95
cookie_managerMethod · 0.80
LOGClass · 0.50
SetProxySettingsMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected