You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The recordVideo parameter, when used in the New Persistent Context, doesn't even load the web page, making the test fail.
To Reproduce
Steps to reproduce the behavior:
Call for a New Persistent Context passing the recordVideo parameter.
e.g: New Persistent Context browser=chromium url=https://google.com headless=False recordVideo=${recordVideo}
Expected behavior
The test should work as intended.
Desktop (please complete the following information):
OS: macOS Sonoma 14.7
Browser: chromium
Version: 131.0.6778.33
Browser version: robotframework-browser==19.1.1
Additional context
This error doesn't appear when calling Open Browser/New Page and New Context.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
recordVideo
parameter, when used in theNew Persistent Context
, doesn't even load the web page, making the test fail.To Reproduce
Steps to reproduce the behavior:
recordVideo
parameter.e.g:
New Persistent Context browser=chromium url=https://google.com headless=False recordVideo=${recordVideo}
Expected behavior
The test should work as intended.
Desktop (please complete the following information):
Additional context
This error doesn't appear when calling
Open Browser/New Page
andNew Context
.The text was updated successfully, but these errors were encountered: