How to ignore zoom setting

No, while working with InternetExplorerDriver you shouldn’t ignore the browser zoom settings. As per the Official Documentation of InternetExplorerDriver the Required Configuration mentions the following about Browser Zoom Level The browser zoom level must be set to 100% so that the native mouse events can be set to the correct coordinates. As the browser zoom … Read more

Internet Explorer Protective mode setting and Zoom levels

While working with Selenium 3.x, IEDriverServer 3.x and Internet Explorer you can’t ignore Zoom Levels and Protective Mode settings. If you look into the Required Configuration of Internet Explorer Driver the following points are clearly mentioned : Protected Mode On Internet Explorer 7 or higher on Windows Vista or Windows 7, you must set the … Read more