diff --git a/docs/For Users/Advanced/Test with ChromeDriver.md b/docs/For Users/Advanced/Test with ChromeDriver.md index 1cfabd27e0..464657afc5 100644 --- a/docs/For Users/Advanced/Test with ChromeDriver.md +++ b/docs/For Users/Advanced/Test with ChromeDriver.md @@ -15,8 +15,7 @@ The following workflow uses [selenium-python](http://selenium-python.readthedocs ### Installing -* Download ChromeDriver from NW.js website. It's in the SDK build. -* Extract the package and place `chromedriver` under the same dir that contains the NW.js binaries: `nw` for Linux, `nw.exe` for Windows, or `node-webkit.app` for Mac. +* Build your application with the SDK version of nw.js from the [official] (https://nwjs.io/) website * Install `selenium-python` in your project: ```bash pip install selenium @@ -65,4 +64,4 @@ chrome_options.add_argument("nwapp=/path/to/your/app") chrome_options.add_experimental_option("nwargs", ["arg1", "arg2"]) driver = webdriver.Chrome(executable_path='/path/to/nwjs/chromedriver', chrome_options=chrome_options) -``` \ No newline at end of file +```