How do I change the zoom in the chrome window using the selenium web driver in C #?
This not working:
IJavaScriptExecutor executor = (IJavaScriptExecutor)driver;
executor.ExecuteScript("document.body.style.zoom = '60%'");
How do I change the zoom in the chrome window using the selenium web driver in C #?
This not working:
IJavaScriptExecutor executor = (IJavaScriptExecutor)driver;
executor.ExecuteScript("document.body.style.zoom = '60%'");