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

Function wrong_protocol_proxy_test

rust/tests/proxy_tests.rs:41–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40#[test]
41fn wrong_protocol_proxy_test() {
42 let mut cmd = get_selenium_manager();
43 let result = cmd
44 .args(["--browser", "chrome", "--proxy", "wrong:://proxy"])
45 .assert()
46 .try_success();
47
48 assert_output(&mut cmd, result, vec!["There was an error"], DATAERR);
49}
50
51#[test]
52fn wrong_port_proxy_test() {

Callers

nothing calls this directly

Calls 3

get_selenium_managerFunction · 0.85
assert_outputFunction · 0.85
argsMethod · 0.80

Tested by

no test coverage detected