-
Notifications
You must be signed in to change notification settings - Fork 149
Out of bounds at certain window sizes #543
Comments
hi. can you provide more info about your environment? Which browser do you use for testing? |
Hi sipayRT, thanks for helping out. This is using Selenium with Firefox. |
hi. sorry for delay. we trying to reproduce this bug. Can you provide your page for testing? Maybe it connected with your page layout |
Hi sipayRT, no problem for the delay, thanks for coming back to me. Here's a cut-down version of the config file we are using: selenium-server-standalone-2.46.0 I've also attached the console output from when we run gemini, you can see we get two errors on the footer: |
Url |
hi @eGavr, I have sent you an email to try and get you access back to the site. Let me know if you don't receive the email. thanks! |
Is it possible that your site fails because of many requests which I send from gemini tests ? :) |
Try branch from #592, please, if everything is Ok, I will bump a patch. |
works great now, thank you! |
Why do some window sizes report 'out of bounds' when running the update command?
I have compositeImage: true in my conf file, so I would expect that it would work in any window size.
For example, I am trying to capture my footer element.
Gemini works at these window sizes:
320x640
600x800
960x1024
But fails 'out of bounds' at:
480x800
768x1024
Is that a bug, or am I misunderstanding how it should work?
The text was updated successfully, but these errors were encountered: