While using chromedriver on Windows, I encountered an issue where the browser's zoom level impacted the functionality of element.click(). If the zoom level was anything other than 100%, the click command would target a different element instead of the specified one. This limitation is similar to what is required for IEDriver:
The browser zoom level must be set to 100%
Although this limitation is mentioned for IEDriver, the chromedriver website does not explicitly address it. I'm curious if this behavior is a known limitation or a bug.
Are there any potential workarounds for this issue?
View a gif demonstrating the problem https://i.sstatic.net/EWHXR.gif. For the demo page and script used, click here.
UPDATE:
- Chrome version: 60.0.3112.113 (Official Build) (32-bit)
- chromedriver version: 2.32.498550 (9dec58e66c31bcc53a9ce3c7226f0c1c5810906a)