-
Notifications
You must be signed in to change notification settings - Fork 765
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
Capture Fullpage Screenshot #1459
Comments
Well, I was leaning to the Selenium API enhancement direction and make use of that. The Selenium Firefox has: |
This functionality would be nice, but I see various problems in the proposed implementation:
|
I just wanted to let you know that I have amended the above script so that is useful for me in my project. This is the solution I am currently using:
It is still not sufficient to be integrated to the Selenium Library I am afraid. |
Knowing when to webapp is ready is actually quite difficult problem and therefore removing the sleep may require application specific logic. I would still lean to use the Selenium API and make an implementation based on that, even when it works only with Firefox. But it's good that you got your keyword improved and I bet you learned lot of things. |
I've created PR #1762, it adds a new keyword |
This is not a bug, but rather a new feature.
Often the browser page is longer that is shown and the user needs to scroll down to see the rest of the page.
Robot Framework often takes a screenshot on failure, but the screenshot captured only shows half of the page and might not include the problematic area.
It would be nice to have a keyword that captures a whole length image.
This is my python script to implement such functionality
However, it is not yet properly working, as it does not work inside docker.
And it has a hardcoded file name.
The text was updated successfully, but these errors were encountered: