Skip to content
Prev Previous commit
Next Next commit
isRemote option turned to true by default
  • Loading branch information
d.bogatko authored and d.bogatko committed Aug 16, 2019
commit 2cb98541cea29acbb8927282f4a8e7c47b82d4e2
2 changes: 1 addition & 1 deletion src/main/resources/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"browserName" : "chrome",
"isRemote": false,
"isRemote": true,
"remoteConnectionUrl": "http://qa-auto-nexus:4444/wd/hub",
"isElementHighlightEnabled" : true,

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"browserName" : "chrome",
"isRemote": false,
"isRemote": true,
"remoteConnectionUrl": "http://qa-auto-nexus:4444/wd/hub",
"isElementHighlightEnabled" : true,

Expand Down