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.
2 parents d47c6f2 + 16866d1 commit 92b8662Copy full SHA for 92b8662
resources/KeywordsFile.robot
@@ -7,7 +7,7 @@ ${remote_url}= http://localhost:4444/wd/hub
7
*** Keywords ***
8
Open Session
9
[Arguments] ${capabilities} ${test_url}
10
- open browser remote_url=${remote_url} desired_capabilities=${capabilities} url=${test_url}
+ open browser remote_url=${remote_url} browser=chrome desired_capabilities=${capabilities} url=${test_url}
11
12
Close Session
13
close browser
0 commit comments