Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This wrapper is auto-generated from the [API documentation page](http://selenium
- you will need to set up ChromeDriver to use the google chrome for running web driver
- a good backend to use to run the web driver is [PhantomJS]()
- if you have firefox already installed, you should be able to use the Firefox backend. See below to learn how to use different backends to run webdriver scripts.
- Clone this repository into "~/.julia/v0.6/"; replace 0.6 with the appropriate version number
- Rename the clone repository into WebDriver (from WebDriver.jl)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just do

Pkg.clone("https://github.com/shashi/WebDriver.jl.git")

instead of these two steps


```julia
Pkg.add("PyCall") # to make Python calls
```

## Usage

Expand Down