silverstripe / silverstripe-behat-extension

Silverstripe integration extension for Behat
MIT License
31 stars 30 forks source link

FIX Let selenium2driver do things with alerts #258

Closed GuySartorelli closed 10 months ago

GuySartorelli commented 10 months ago

The Selenium2Driver has some of the same capabilities with alerts that the facebook driver does - it just has a different set of methods to call to do them.

This PR allows developers using selenium2 to perform these actions.

PRs