I am using Selenium 2 WebDriver API and receiving Unable to locate element Error when I am running my Tests. The element is an iframe. But wait , when I run the test locally (in my local server) it works fine (via driver.switchTo().frame("frame id");) approach, but when my tests run on live server, the error arrives.
The one difference between them is that the live server is running on https. Is that the issue that WebDriver is not recognizing iframe over SSL ??
Any Help is appreciated.