Support Team wrote:Does this error occur too if you write a short test where you open and close the IE?
No, it doesn't occur. Only in the second cycle.
Support Team wrote:How long you wait until you abort the Test?
I have waited for 10 Minutes or more. But the test even does not time out!
Support Team wrote:Did you try to check if the element you are searching for can be found if you manually close and open your IE?
I have a loop. At first he logs in on a webpage as user administrator and then after the first loop is finished he closes the IE (required on the page to log off) and restarts it. Then the programm logs in as Manager and somewhere in the test as manager (there is no specific point) it stops, although the buttons and the rights are the same as administrator and he found every button/link/etc as administrator. I also have checked if the paths change, but they don't.
Support Team wrote:Did you check the EventViewer? Maybe there you can get more information about the error?
Thats the problem... I don't get an error message. My thoughts are that it has something to do with the computer, thats why im trying to test it somewhere else at the moment. But I have an addidtional question. In my Code i often use Report.Screenshot(); . Could it be that is has something to do with that?