Selenium failing to realize when page loads at "And I click 'btnG' button and wait" #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To start with pyccuracy I made the examples on manual, but they are not working because Selenium is failing to realize when a page was loaded after a "And I click 'btnG' button and wait" on the following example:
I am using selenium-server.jar from pyccuracy/lib folder, and Firefox version 3.6.13 (Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13) from package firefox-mozilla-build of Ubuntu 10.10
I tested against Pyccuracy github:c98c1976ebfa99bad61e and patched it with a dirty workarround, so fell free to change it, but I'll be glad if you can confirm this bug and then point me what is wrong or a working version.
Thanks, Alan.
(and thanks more for bringing Cucumber to the snakes)