Skip to content

Commit 3fe1746

Browse files
committed
First commint
First commint
1 parent 0fbfc12 commit 3fe1746

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

videoRecorder/videoRecorder/desktopBrowserRecorder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def __init__(self,folder,encoding,driver = None):
3333
The constructor for DesktopBrowserRecorder class.
3434
3535
Parameters:
36-
__folder (str): The __folder where we want the videos to be saved.
37-
__encoding (str): The __encoding of the video, .mp4 recommended and tested.
36+
folder (str): The __folder where we want the videos to be saved.
37+
encoding (str): The __encoding of the video, .mp4 recommended and tested.
3838
driver (wedriver): A webdriver to get screenshots in case we want to record a selenium.
3939
By default is None, in that case we will record the desktop and not the browser opened
4040
by this webdriver

0 commit comments

Comments
 (0)