File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 This project allows you to record your desktop or the browser during an automated test using selenium's webdriver
33
44 To install it, just open a terminal and execute:
5- pip install pydesktopbrowerrecorder
65
7- PiPY Project: https://pypi.org/project/pydesktopbrowerrecorder/
6+ pip install pydesktopbrowserrecorder
7+
8+ PiPY Project: https://pypi.org/project/pydesktopbrowserrecorder/
89
910 Once installed, you just have to make the following import:
11+
1012 from selenium_browser_desktop_recorder import SeleniumBrowserRecorder
1113
1214 Then you create a SeleniumBrowserRecorder object, you have two modes.
Original file line number Diff line number Diff line change 22 This project allows you to record your desktop or the browser during an automated test using selenium's webdriver
33
44 To install it, just open a terminal and execute:
5- pip install pydesktopbrowerrecorder
65
7- PiPY Project: https://pypi.org/project/pydesktopbrowerrecorder/
6+ pip install pydesktopbrowserrecorder
7+
8+ PiPY Project: https://pypi.org/project/pydesktopbrowserrecorder/
89
910 Once installed, you just have to make the following import:
11+
1012 from selenium_browser_desktop_recorder import SeleniumBrowserRecorder
1113
1214 Then you create a SeleniumBrowserRecorder object, you have two modes.
Original file line number Diff line number Diff line change 11[metadata]
2- name = pydesktopbrowerrecorder
3- version = 0.0.3
2+ name = pydesktopbrowserrecorder
3+ version = 0.0.6
44author = Antonio Pérez
55author_email = ingovanpe@gmail.com
66description = Module to record videos of an automation session using Selenium webdriver or the desktop.
You can’t perform that action at this time.
0 commit comments