Skip to content

Commit

Permalink
Fix typos - headless (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Fedyashev authored Aug 25, 2020
1 parent 9694246 commit aea0feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ docker run --name geckodriver -p 4444:4444 -d instrumentisto/geckodriver
to connect to the driver you just need to specify the port on which it is running

``` clojure
(def driver (chrome-headles {:port 9515 :args ["--no-sandbox"]}))
(def driver (firefox-headles {:port 4444}))
(def driver (chrome-headless {:port 9515 :args ["--no-sandbox"]}))
(def driver (firefox-headless {:port 4444}))
```

## HTTP Proxy
Expand Down

0 comments on commit aea0feb

Please sign in to comment.