-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Viewport not resizing #269
Comments
I think that's Chrome bug, what version are you using now? What version you used previously and when was the last update? |
It's Chrome Version 126.0.6478.127 (Official Build) (arm64) How can I update it? |
Not sure what I had before. I switched from selenium |
Does the issue disappear if you remove this line? https://github.com/rubycdp/ferrum/blob/99cfa84c56e55bb373da48935d08d5a13df1ad27/lib/ferrum/page.rb#L169 |
Yes. The issue is fixed by removing that line. Thanks! |
I thought it was fixed: rubycdp/ferrum#203 |
Hey 👋
I have this issue with cuprite tests which I don't think we had before.
It seems that the webpage does not resize with the viewport. This causes the web page to be smaller than the viewport.
You can see in the video that the actual page does not resize with the viewport, unlike the other window where the content fits into the viewport (and is responsive).
In my particular case, the tests are failing because one of the alerts is "hidden" outside of the viewport (because the content does not get fitted in the viewport).
I'd love to get some help with this.
Thank you!
CleanShot.2024-06-29.at.11.17.34-converted.mp4
The text was updated successfully, but these errors were encountered: