We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbfc12 commit 3fe1746Copy full SHA for 3fe1746
1 file changed
videoRecorder/videoRecorder/desktopBrowserRecorder.py
@@ -33,8 +33,8 @@ def __init__(self,folder,encoding,driver = None):
33
The constructor for DesktopBrowserRecorder class.
34
35
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.
+ folder (str): The __folder where we want the videos to be saved.
+ encoding (str): The __encoding of the video, .mp4 recommended and tested.
38
driver (wedriver): A webdriver to get screenshots in case we want to record a selenium.
39
By default is None, in that case we will record the desktop and not the browser opened
40
by this webdriver
0 commit comments