Before running any web tests I want to ensure that the IE11 is on zoom level 100%.
Is there any way to programmatically reset the zoom level to 100%? I'm using C# and would prefer an official Microsoft API, if there is none, I guess I need to set some registry or configuration setting.
Note: I'm not looking for a solution for resetting the zoom level using JavaScript or HTML!