Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A keyword to get page recording video if possible #4073

Open
Massukio opened this issue Feb 13, 2025 · 0 comments
Open

A keyword to get page recording video if possible #4073

Massukio opened this issue Feb 13, 2025 · 0 comments

Comments

@Massukio
Copy link

Is your feature request related to a problem? Please describe.
Currently, when using the Browser library in Robot Framework, the recording video is attached to the keyword that opens the browser page. However, in most cases, we only need to check the video when a test fails.

When a failure occurs, we have to manually locate the New Page keyword to find the corresponding video clip, which is inconvenient.
Especially in a messy steps report, it's pretty hard to locate it immdiately.

Describe the solution you'd like
Introduce a keyword that allows users to retrieve the video clip dynamically based on the page ID or other filters.

Example:
Get Page Recording Video page=${pageId}

This would let users fetch the video during error handling, similar to taking a screenshot, making it easier to access the relevant recording directly in the test report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant