Skip to content

nicktaras/node_selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Selenium

A repository to show how Selenium can be used to carry out tasks via the Safari or Chrome Browser.

Installation

  1. Switch on the dev tools within the Safari application

  2. Run: safaridriver --enable

  3. Update Chrome to the latest

  4. Upgrade or install Chrome Driver brew install chromedriver or brew cask upgrade chromedriver

  5. Run: node index.js

Reading

https://developer.apple.com/documentation/webkit/testing_with_webdriver_in_safari

https://www.npmjs.com/package/selenium-webdriver

https://medium.com/@bmshamsnahid/automated-testing-with-selenium-webdriver-and-node-js-f99f64720352

About

A POC to use Node Js with Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published