I have some tests created using Selenium WebDriver. When I run them using IE without proxy – it works awesome, but when I am trying to turn on the Proxy (Automatically detect settings) Selenium can’t identify objects. I am getting error message: “Unable to find element “
Does anyone else meet the same situation?
The problem was at “Automatically detect settings” feature which has socks configuration parameters. Somehow it was blocking some of selenium interactions channel with browser.