Skip to content

Commit

Permalink
Version 0.0.6
Browse files Browse the repository at this point in the history
Fixed all typos
  • Loading branch information
AntoData committed Feb 10, 2022
1 parent e1bb8b0 commit d88ff7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
This project allows you to record your desktop or the browser during an automated test using selenium's webdriver

To install it, just open a terminal and execute:
pip install pydesktopbrowerrecorder

PiPY Project: https://pypi.org/project/pydesktopbrowerrecorder/
pip install pydesktopbrowserrecorder

PiPY Project: https://pypi.org/project/pydesktopbrowserrecorder/

Once installed, you just have to make the following import:

from selenium_browser_desktop_recorder import SeleniumBrowserRecorder

Then you create a SeleniumBrowserRecorder object, you have two modes.
Expand Down
6 changes: 4 additions & 2 deletions pydesktopbrowerrecorder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
This project allows you to record your desktop or the browser during an automated test using selenium's webdriver

To install it, just open a terminal and execute:
pip install pydesktopbrowerrecorder

PiPY Project: https://pypi.org/project/pydesktopbrowerrecorder/
pip install pydesktopbrowserrecorder

PiPY Project: https://pypi.org/project/pydesktopbrowserrecorder/

Once installed, you just have to make the following import:

from selenium_browser_desktop_recorder import SeleniumBrowserRecorder

Then you create a SeleniumBrowserRecorder object, you have two modes.
Expand Down
4 changes: 2 additions & 2 deletions pydesktopbrowerrecorder/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pydesktopbrowerrecorder
version = 0.0.3
name = pydesktopbrowserrecorder
version = 0.0.6
author = Antonio Pérez
author_email = ingovanpe@gmail.com
description = Module to record videos of an automation session using Selenium webdriver or the desktop.
Expand Down

0 comments on commit d88ff7d

Please sign in to comment.