Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Proxy config should support None for http and https options #17

Closed
wkeeling opened this issue Oct 29, 2018 · 1 comment
Closed

Proxy config should support None for http and https options #17

wkeeling opened this issue Oct 29, 2018 · 1 comment

Comments

@wkeeling
Copy link
Owner

Selenium Wire should support the use of None for the http and https options - e.g.

seleniumwire_options={
    'proxy': {
        'http': None,  # This should not cause an error
        'https': http://x.x.x.x:port,
        'no_proxy': 'localhost,127.0.0.1'
     }
}

Currently setting None for either http or https causes an error.

@wkeeling
Copy link
Owner Author

This has been fixed in 0.10.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant