diff --git a/docs/tutorial/using-selenium-and-webdriver.md b/docs/tutorial/using-selenium-and-webdriver.md index 1c0b8a5cf269..30167bf488d3 100644 --- a/docs/tutorial/using-selenium-and-webdriver.md +++ b/docs/tutorial/using-selenium-and-webdriver.md @@ -55,6 +55,7 @@ var driver = new webdriver.Builder(). withCapabilities({chromeOptions: { // Here is the path to your atom-shell binary. binary: '/Path-to-Your-App.app/Contents/MacOS/Atom'}}). + forBrowser('atom-shell'). build(); driver.get('http://www.google.com');