We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Created How to wait on pages being loaded (markdown)
Created How to add new methods from the WebDriver Spec (markdown)
Updated Contribution Guide (markdown)
Update wait_for_page_to_load snippet to use Selenium::Waiter
Perl's standard sleep() function only supports seconds, so we can't use that to get millisecond delay control. The Time::HiRes module and it's usleep() function is an excellent replacement, but this module is only part of the Perl core from v5.8 onwards. This leaves us with the third best solution: select() function.
Updated Chrome browser automation (markdown)
fix #132: document how to deal with ignore certificate errors problem
Updated Building and Releasing with Dist::Zilla (markdown)
Add info on a solution to interacting with windows popups from within the Selenium test scripts.
expand contrib guidlines
Clean up the language describing the different start up methods
Updated PhantomJS Headless Browser Automation (markdown)
Describe option --ignore-ssl-errors
add link to phantomjs setup docs
add page for headless phantomjs interaction
Update URL for chrome drivers
Updated Example Snippets (markdown)
Updated Home (markdown)
Updated IE browser automation (markdown)
Created IE browser automation (markdown)
Updated Getting Started with Selenium::Remote::Driver (markdown)
Add Dist::Zilla details
Describe how to build and maintain Selenium::Remote::Driver using Dist::Zilla