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