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 8ae7d7b commit 01fcbe9Copy full SHA for 01fcbe9
py/test/unit/selenium/webdriver/edge/edge_options_tests.py
@@ -55,6 +55,7 @@ def test_is_a_baseoptions(options):
55
from selenium.webdriver.common.options import BaseOptions
56
assert isinstance(options, BaseOptions)
57
58
+
59
def test_custom_browser_name():
60
options = Options(is_legacy=False)
61
options.custom_browser_name = "testbrowsername"
0 commit comments