Skip to content

BuffaloBuffalo/safari_selenium_bug

 
 

Repository files navigation

Optional Setup

If you wish, you can host your own copy of the test page by copying safari_stale_element_test.html file to your webserver of choice.

Running

$ mvn -Dbrowser=ff -DpageUrl=https://buffalobuffalo.github.io/safari_selenium_bug/safari_stale_element_test.html test

For -Dbrowser, you can specify firefox/ff or chrome/c to run on Firefox or Chrome, respectively. Anything else (including specifying nothing) runs on Safari.

For -DpageUrl, it should simply be the URL to get to the page copied above in the setup. If not supplied, the default is https://buffalobuffalo.github.io/safari_selenium_bug/safari_stale_element_test.html.

About

A repo to repro a bug in Safari using Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.2%
  • HTML 10.8%