Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97773

How to handle IE browser with Zoom other than 100%?

$
0
0

Some of the teams are using IE for which we added ie capabilities including the one specified below: cap.setCapability("ignoreZoomSetting", true);

Now if my zoom is set to 100%, I don't face any issues with execution. But in case my zoom setting is set to anything other than 100%, this capability helps opening up the browser but my test case fails because it's unable to find the required objects on the page. Is there any way, we can change the zoom level to 100% while opening up the browser or any other thoughts on how to handle this situation?


Viewing all articles
Browse latest Browse all 97773

Trending Articles