Vrtgs / thirtyfour

Selenium WebDriver client for Rust, for automated testing of websites
Other
1.05k stars 77 forks source link

noProxy should be an Array and not a String #230

Closed MuresanSergiu closed 2 months ago

MuresanSergiu commented 4 months ago

Getting this error when setting noProxy in the Proxy struct:

        "An argument passed to the WebDriver server was invalid:     \n    Status: 400\n    Additional info:\n        noProxy is not an array: \"some_url\"\n        Error: invalid argument\n        Stacktrace:\n            ",

Here is the w3c doc: https://w3c.github.io/webdriver/#dfn-proxy-configuration