Skip to content

redlickigrzegorz/selenium-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-check

  1. Install latest stable Firefox version (https://www.mozilla.org/pl/firefox/new/)
  2. Download latest gecko driver version for your OS (https://github.com/mozilla/geckodriver/releases)
  3. Unpack gecko driver
tar -xvzf geckodriver*
  1. Move gecko driver file to /usr/local/bin/ directory
cp geckodriver /usr/local/bin/
  1. Install selenium (best practise in python virtualenv)
pip install -U selenium
  1. Run test from selenium-check repository
cd selenium-check
python test.py
  1. You should see stxnext.com on new firefox instance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.6%
  • Gherkin 9.4%