Skip to content

Enhances a selenium webdriver to record screenshots along the way.

Notifications You must be signed in to change notification settings

jeffFranklin/webdriver-recorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdriver-recorder

This enhances selenium's webdriver to simplify the interface and capture screenshots along the way. When run it will output html with screenshots of different scenarios. This uses python3.6+ only.

Installation

pip install -r requirements.txt
npm install phantomjs-prebuilt

Running it

from webdriver_recorder import get_browser
browser = get_browser('node_modules/.bin/phantomjs')
browser.get('https://www.wikipedia.org')

About

Enhances a selenium webdriver to record screenshots along the way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%