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

Function wrong_port_proxy_test

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

Source from the content-addressed store, hash-verified

50
51#[test]
52fn wrong_port_proxy_test() {
53 let mut cmd = get_selenium_manager();
54 let result = cmd
55 .args([
56 "--browser",
57 "chrome",
58 "--proxy",
59 "https:://localhost:1234567",
60 ])
61 .assert()
62 .try_success();
63
64 assert_output(&mut cmd, result, vec!["There was an error"], DATAERR);
65}

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