dgageot / simplelenium

Simple layer on top of Selenium and PhantomJs
Other
60 stars 25 forks source link

Support multiple browsers #8

Closed k-graefenhain closed 9 years ago

k-graefenhain commented 9 years ago

Basic support for Chrome driver. If no arguments are given, PhantomJS is used as a default. Otherwise you can specify the browser by passing "-Dbrowser=chrome". Apart from that the path to your driver executable must be given, e.g. "-Dwebdriver.chrome.driver=[PATH TO chromedriver.exe]".