Ujnotes — CC0 1.0
Working notes on Notes: 1. Get Selenium web driver, 2. Get Web-driver for chrome, 2. Get your browser version, 3. Get webdriver build number, 4. Get webdriver, and 3. Place the webdriver file at.
1. Get Selenium web driver
- npm i selenium-webdriver.
- Install nodejs if needed for npm.
2. Get Web-driver for chrome
- Version Selection - ChromeDriver.
2. Get your browser version
Menu > Help > About Google Chrome.
3. Get webdriver build number
1. https://chromedriver.storage.googleapis.com/LATEST_RELEASE_<browser_version>- https://chromedriver.storage.googleapis.com/LATEST_RELEASE_83.
4. Get webdriver
4. Get webdriver 1. https://chromedriver.storage.googleapis.com/index.html?path=<webdriver_build_number>/- Choose win32 file.
- https://chromedriver.storage.googleapis.com/index.html?path=83.0.4103.39.
3. Place the webdriver file at
- C:\Programs\Selenium.
- Add to PATH environment variable.
5. Run script
5. Run script 1. node <test>.js6. Gotchas
1. “this version of chromedriver only supports chrome version”
- Webdriver version mismatch. Download updated version.
7. Get extension
- https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd.
- Record steps.
9. Export
- Choose “Tests”.
- From the menu on hover - select export : JS mocha.
CSV extension.
1. abhijain2618/csvreader. Code for CSV file reader plugin for Selenium IDE.
- Selenium CSV File Reader Plugin (https://medium.com/@kcmueller/browser-task-automation-with-firefox-and-csv-files-3a94a49c75b8).
- Browser task automation with Firefox and CSV files.
- How to read an excel file contents on client side?
Updated:
2026 Aug 19

