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 00663a8 commit ba51d51Copy full SHA for ba51d51
seleniumbase/core/browser_launcher.py
@@ -410,7 +410,7 @@ def get_remote_driver(
410
for key in desired_caps.keys():
411
firefox_capabilities[key] = desired_caps[key]
412
capabilities = firefox_capabilities
413
- address = "http://%s:%s/wd/hub" % (servername, port)
+ warnings.simplefilter("ignore", category=DeprecationWarning)
414
return webdriver.Remote(
415
command_executor=address,
416
desired_capabilities=capabilities,
0 commit comments