Skip to content

Commit d88ff7d

Browse files
committed
Version 0.0.6
Fixed all typos
1 parent e1bb8b0 commit d88ff7d

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
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.

pydesktopbrowerrecorder/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
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.

pydesktopbrowerrecorder/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
name = pydesktopbrowerrecorder
3-
version = 0.0.3
2+
name = pydesktopbrowserrecorder
3+
version = 0.0.6
44
author = Antonio Pérez
55
author_email = ingovanpe@gmail.com
66
description = Module to record videos of an automation session using Selenium webdriver or the desktop.

0 commit comments

Comments
 (0)