Skip to content

Anyway to record videos for browsers sessions launched via "driver = Driver()" class? #2370

Closed Answered by mdmintz
iamumairayub asked this question in Q&A
Discussion options

You must be logged in to vote

For video recording, see: #642 (comment):

Use an existing tool with SeleniumBase such as Zalenium for recording videos:
https://opensource.zalando.com/zalenium/
It works like a Selenium Grid.
See https://seleniumbase.io/seleniumbase/utilities/selenium_grid/ReadMe/ for instructions on using SeleniumBase to connect to a Selenium Grid.

However, that requires the use of a SeleniumBase format (SB() or BaseCase) since the Driver() format doesn't have the necessary code. Also, UC Mode isn't supported for Selenium Grid because SeleniumBase needs direct access to a local driver for that to work. As mentioned in #2278 (comment):

UC Mode doesn't support remote browsers. The driver and browser must b…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@iamumairayub
Comment options

@mdmintz
Comment options

@iamumairayub
Comment options

@mdmintz
Comment options

@iamumairayub
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants