We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd896b5 commit e23ba83Copy full SHA for e23ba83
py/selenium/webdriver/chromium/webdriver.py
@@ -56,11 +56,6 @@ def __init__(
56
self.service.path = self.service.env_path() or finder.get_driver_path()
57
self.service.start()
58
59
- if browser_name is None:
60
- raise ValueError("browser_name must be specified")
61
- if vendor_prefix is None:
62
- raise ValueError("vendor_prefix must be specified")
63
-
64
executor = ChromiumRemoteConnection(
65
remote_server_addr=self.service.service_url,
66
browser_name=browser_name,
0 commit comments