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

Function wrong_port_proxy_test

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

Source from the content-addressed store, hash-verified

64
65#[test]
66fn wrong_port_proxy_test() {
67 let mut cmd = get_selenium_manager();
68 let result = cmd
69 .args([
70 "--browser",
71 if is_linux_arm64() {
72 "firefox"
73 } else {
74 "chrome"
75 },
76 "--proxy",
77 "https:://localhost:1234567",
78 ])
79 .assert()
80 .try_success();
81
82 assert_output(&mut cmd, result, vec!["There was an error"], DATAERR);
83}

Callers

nothing calls this directly

Calls 4

get_selenium_managerFunction · 0.85
is_linux_arm64Function · 0.85
assert_outputFunction · 0.85
argsMethod · 0.80

Tested by

no test coverage detected