I almost always get a StaleElementReferenceException when running InternetExplorerDriver by selenium. This happens randomly at any element. I want to find an element an in the next line of code I want to click on it. I read this answer here: http://stackoverflow.com/a/5709805/887353 I implemented it and it didn't help. The same code works for Firefox, Chrome or any other browser, but just in InternetExplorer it crashes randomly with this exception. Also in his answer, what exactly is the solution? I mean he still has a line of code where selenium trys to find the element and in the next line it clicks on it. That's the same I made and it crashes saying the element is no longer valid. But I waited until the complete DOM loaded and nothing changed any more. I don't get this. Does anyone else have so much problems with InternetExplorerDriver? What is the solution?
|
feedback
|