Skip to content

Commit

Permalink
Merge pull request #4 from ayush9398/master
Browse files Browse the repository at this point in the history
WebDriverException solution documented
  • Loading branch information
toxtli authored Feb 10, 2018
2 parents dab3910 + 37f67ff commit 95a4ff8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ Open your browser and go to the given URL when the platform is up.
* Go to your user interface(by default: http://localhost:9000)
* Click on Diagram on the left-side menu
* Click on execute

If you are using firefox web browser you may encounter an error like

> "WebDriverException: Message: 'geckodriver' executable needs to be in PATH"
In such a case, download the latest version of geckodriver from [here](https://github.com/mozilla/geckodriver/releases)

* If you are using ubuntu just do the following after the download:

> export PATH=$PATH:/path/to/directory/of/executable/downloaded/in/previous/step
* If using windows, then you can check [this](https://www.windows-commandline.com/set-path-command-line/) to know how to set path in Windows command prompt.

0 comments on commit 95a4ff8

Please sign in to comment.