Skip to content

Commit

Permalink
Fix example for file download settings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk authored Dec 16, 2021
1 parent d67c14a commit d6e2b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ Have a look at ```PantherTestCaseTrait::$defaultOptions``` for this.
javascript:
panther:
manager_options:
capabilities:
goog:chromeOptions:
prefs:
download.default_directory: '/var/www/html/tests/files/Downloads'
capabilities:
goog:chromeOptions:
prefs:
download.default_directory: '/var/www/html/tests/files/Downloads'
```
```GHERKIN
Expand Down

0 comments on commit d6e2b80

Please sign in to comment.