Monitor Size Change | Selenium Forum
M
Posted on 11/04/2016
Hi,
I have written some test scripts which are running absolutely fine. My these test scripts were written when I was using bigger monitor. Bigger monitor means size of monitor was bigger and the whole page loads on screen and I do not need to scroll the page.

But now I just changed monitor and page does not load completely on that monitor. Load means does not show all content on that screen to view we need scrolling.
I have to scroll page to see some contents.

So when I run my test scripts on small size monitor it gives error element not found due to scrolling. But it works fine for Bigger monitor.

What should I do? Do I need to put scrolling for small size monitor or is there another solution?

I have to change the all scripts and when ever I add any new I have to run on both sizes to make sure its working fine.

Please suggest any better solution for it.

Cheers,
Waqar Ali

M
Replied on 12/04/2016

have you tried using html unit browser.