Forum Discussion
sarankumar5897
Jun 28, 2023Copper Contributor
Need to zoom in to edge browser in automation using selenium C#
using options.AddArgument("--force-device-scale-factor=1.25"); makes no difference
using js.ExecuteScript("document.body.style.zoom = '110%'"); is working, but it is not reflecting in edge option and after that unable to do actions like click getting ElementNotInteractableException
1 Reply
- Kelly_Y
Microsoft
sarankumar5897 Hello! Here is contact information for the WebDriver team:
https://learn.microsoft.com/en-us/microsoft-edge/webdriver-chromium/contact
They can help with questions about automated testing. Thanks!
-Kelly