Skip to content

Commit

Permalink
Remove usage of Chrome in test_edge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartinez1 committed Sep 9, 2024
1 parent 37e8daf commit 4f4aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/tests/browsers/test_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_logs():
driver.quit()

def test_permissions():
driver = webdriver.Chrome()
driver = webdriver.Edge()

driver.get('https://www.selenium.dev')
driver.set_permissions('geolocation', 'denied')
Expand Down

0 comments on commit 4f4aefd

Please sign in to comment.