I am testing a web page with iframe using Selenium1 (C#). I used a line like "selenium.SelectFrame("relative=up");" (before selecting the iFrame), but it always failed at the first 2 times but succeeded after that. Although I could use try-catch to walk around it, i really hate the current approach. Anyone know what happened on the Selenium Server?
The error is like:
Test threw exception: Selenium.SeleniumException: ERROR: There was an unexpected Alert! [There is a problem with the server method that has been called. Please contact Technical Support if this error persists.].