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

Function webview2_test

rust/tests/webview_tests.rs:23–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22#[test]
23fn webview2_test() {
24 let mut cmd = get_selenium_manager();
25 cmd.args(["--browser", "webview2", "--output", "json"])
26 .assert()
27 .success()
28 .code(0);
29
30 assert_driver(&mut cmd);
31}

Callers

nothing calls this directly

Calls 5

get_selenium_managerFunction · 0.85
assert_driverFunction · 0.85
codeMethod · 0.80
argsMethod · 0.80
successMethod · 0.45

Tested by

no test coverage detected