serenity-bdd / serenity-documentation

The main Serenity BDD documentation
Apache License 2.0
41 stars 61 forks source link

Added chrome.switches examples #74

Closed YamStranger closed 8 years ago

YamStranger commented 8 years ago

Added chrome.switches examples based on issue serenity-bdd/serenity-core/issues/379 Related to issue #51

sri85 commented 8 years ago

@YamStranger I tried using chrome.switches = --incognito in my tests , it does launch the chrome in incognito but then it does not launch the URL , the browser just closes without doing anything.

Get this error Could not instantiate class org.openqa.selenium.chrome.ChromeDriver I am using the latest version of serenity 1.1.42 IIRC