I'm trying to automate the Internet explorer using C# in Visual Studio. Unfortunately the protected mode settings are not set to the same value for each zone and I don't have the necessary rights to change that. I tried Selenium Webdriver and shdocvw.internetexplorer so far... But it won't work because of the protected mode settings :( Is there a way to make it work even if I can't change the protected mode settings?
Any help is highly appreciated!
Thanks in advance!