MarkusBernhardt / robotframework-selenium2library-java

Java port of the Selenium 2 (WebDriver) Python library for Robot Framework
Apache License 2.0
46 stars 48 forks source link

Issue #11 (Browser Session index not reset) #14

Closed omireault closed 11 years ago

omireault commented 11 years ago

Fixed a bug where the session browser index was not being reset on Close all browsers Added some unit tests around that fix.

Feel free to take this code, or rewrite it. This is the solution I wrote to work around the problem.

Thanks for your very quick responses, we really appreciate the awesome work you do. This is why I tell you to feel free to rewrite my code, your work is far beyond mine.

omireault commented 11 years ago

I saw your last message. Take your time, the fix works for me locally and we are not blocked.

You have other responsibilities and while your responsiveness is phenomenal, I understand you can't always respond immediately. Thank you once again.

MarkusBernhardt commented 11 years ago

Merging this one. It's definitively a step in the right direction. But I think there are some edge cases still not working. Will look into that now.

MarkusBernhardt commented 11 years ago

Thanks for your contribution!