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
4 changes: 2 additions & 2 deletions ebay/conf/saunter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ implicit_wait: 30

[Selenium]
manage_server: false
server_path: /Users/adam/Downloads/selenium-server-standalone-2.5.0.ja
server_path: /Users/adam/Downloads/selenium-server-standalone-2.5.0.jar #update this to point to your selenium server path
server_host: localhost
server_port: 4444
browser: firefox
base_url: http://fashion.ebay.com/
chromedriver_path: /Users/adam/Downloads/chromedriver
chromedriver_path: /Users/adam/Downloads/chromedriver #update this to point to your own chrome driver path
timeout: 8

[SauceLabs]
Expand Down