Skip to content

Commit

Permalink
Add particular browser selector for remote browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 19, 2023
1 parent 21ca01c commit 59ccb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_webdriver_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setUp(self):

def test_support_with_statement(self):
"Remote should support with statement"
with Browser("remote"):
with Browser("remote", browser="firefox"):
pass

def test_should_be_able_to_change_user_agent(self):
Expand All @@ -52,7 +52,7 @@ def setUp(self):

def test_support_with_statement(self):
"Remote should support with statement"
with Browser("remote"):
with Browser("remote", browser="chrome"):
pass

def test_should_be_able_to_change_user_agent(self):
Expand Down

0 comments on commit 59ccb8d

Please sign in to comment.