Closed cfoutlaw closed 12 years ago
Thanks for the pull request, Michael. Sorry it took me so long to address it.
No problem. Thank you for accepting the change. This marks a milestone for me as my first contribution to an open source project.
Excellent! Congratulations, and may there be many more. :-)
Made changes to waitForElementPresent, waitForElementVisible, and waitForElementNotVisible. Changed the timeout to use getTickCount() to determine when the timeout has expired. The way this was working was not taking into account the time the request to selenium server was using.