selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Window Size

Open Chukkyoj opened this issue 3 years ago • 8 comments

(https://github.com/SeleniumHQ/selenium-ide/issues/new/choose) 👈

Note: setWindowSize on 1296x696 Failed: 07:03:19 Invalid value for bounds. Bounds must be at least 50% within visible screen space.

The window was working properly until yesterday when i started getting this error,pls how can i solve it as all my scripts are now failing at the set window size step

Chukkyoj avatar Jun 28 '22 06:06 Chukkyoj

@Chukkyoj - Are you using v4 and v3? We're starting to not support v3, and this might be a great time to see how things run on v4?

https://github.com/SeleniumHQ/selenium-ide/releases/tag/latest

toddtarsi avatar Jun 29 '22 15:06 toddtarsi

Hi Toddtarsi thanks for this i was using version 3 and now upgraded to version 4 but the interface and all is new. i tried to run the projects i saved on version 3 but not able to run them. is there a video tutorial on how to use version 4

Chukkyoj avatar Jul 02 '22 08:07 Chukkyoj

@Chukkyoj - I'm sorry, there is a terrible drought of documentation currently. That's my next priority. Testing and documentation haha.

toddtarsi avatar Jul 04 '22 01:07 toddtarsi

@Chukkyoj - What you are describing sounds like a bug, or possibly a constraint of electron. I will investigate and fix and/or write a shim for it.

toddtarsi avatar Jul 04 '22 01:07 toddtarsi

@toddtarsi thanks

Chukkyoj avatar Jul 04 '22 07:07 Chukkyoj

@Chukkyoj - Just wanted to ask for my testing, what is your OS, monitor resolution, and target and value for the command you are running? Having those will narrow down what the conditions might be here.

toddtarsi avatar Jul 09 '22 02:07 toddtarsi

I have the same problem.

I bypassed it by removing the error step and manually expanding my window. But it is a problem still obviously.

datgs avatar Jan 18 '24 04:01 datgs

@Chukkyoj @datgs - V4 is actually fully feature complete at this point, so I'd recommend testing there. You might still hit the same issue of course, but I think the UX is greatly improved and stabilized.

@Chukkyoj - Also, if you'd like to migrate your side files to v4, it couldn't be easier:

https://www.npmjs.com/package/@seleniumhq/side-migrate

toddtarsi avatar Jan 18 '24 15:01 toddtarsi