Skip to content

Commit

Permalink
docs: remove profile option from the capabilities (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaMolcho authored May 5, 2023
1 parent 762f2fd commit 16d6984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ $> which firefox
"browserVersion": "<firefox version>",
"moz:firefoxOptions": {
"binary": '<path/to/firefox>',
"args": ['-headless', '-profile', '/tmp/profile'],
"args": ['-headless'],
"log": {"level": "trace"},
},
}]
Expand Down Expand Up @@ -780,7 +780,7 @@ exports.config = {
"platformName": "linux",
"moz:firefoxOptions": {
"binary": '/extbin/bin/firefox',
"args": ['-headless', '-profile', '/tmp/profile'],
"args": ['-headless'],
"log": {"level": "trace"},
}
}],
Expand Down

0 comments on commit 16d6984

Please sign in to comment.