drevops / behat-steps

🧪 A collection of Behat step definitions for Drupal
GNU General Public License v3.0
18 stars 13 forks source link

Mink-selenium driver release 1.7 introduced BC issues #161

Closed AlexSkrypnyk closed 8 months ago

AlexSkrypnyk commented 10 months ago

https://github.com/minkphp/MinkSelenium2Driver/releases/tag/v1.7.0

AlexSkrypnyk commented 10 months ago

2.1.0 provides upper constraints to temporary resolve this.

2.2.0 will have a full compatibility with the above.

AlexSkrypnyk commented 10 months ago

Potentially, use direct access to the Driver

$this->driver->switchToIFrame($name);
AlexSkrypnyk commented 8 months ago

Need to understand the gap and update the code accordingly.