Skip to content

dvsouto/simple-selenium-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Selenium Server

First make sure the version of your Google Chrome is compatible (tested on version 76.0.3809.87 Mac OS X 64bits).

This application use the library Webdriver I/O v5.

Installation

Simple run the command to install dependencies:

npm install

Running selenium

Open the libs folder and run the driver equivalent of your system.

  • Mac OS X: chromedriver_76_mac
  • Linux: chromedriver_76_linux
  • Windows: chromedriver_76_windows.exe

Will execute the selenium and start the server in your machine.

Running application

Just run the command and wait for the magic (make sure the webdriver is running):

node app.js

License

MIT

About

A simple example with selenium server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published