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 4fe7488 commit 7317339Copy full SHA for 7317339
tests/test_parser.py
@@ -39,7 +39,7 @@ def test_select():
39
40
41
def test_table():
42
- with SeleniumDriver("chrome", headless=True) as obj:
+ with SeleniumDriver("firefox", headless=True) as obj:
43
obj.get(TEST_URL)
44
table = obj.element('//table[@class="table"]', "xpath")
45
table_data = get_table(table)
0 commit comments