Skip to content

History / Example Snippets

Revisions

  • Update wait_for_page_to_load snippet to use Selenium::Waiter

    @gempesaw gempesaw committed Feb 4, 2016
  • 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.

    @zeeshanmuhammad zeeshanmuhammad committed Jan 23, 2015
  • Add info on a solution to interacting with windows popups from within the Selenium test scripts.

    @freddyvega freddyvega committed Jul 2, 2014
  • Updated Example Snippets (markdown)

    @jvishwanath jvishwanath committed Sep 11, 2012
  • Updated Example Snippets (markdown)

    @aivaturi aivaturi committed Mar 2, 2012
  • Created Example Snippets (markdown)

    @aivaturi aivaturi committed Mar 2, 2012