Releases: Codeception/module-webdriver
Releases · Codeception/module-webdriver
4.0.2
What's Changed
- Update WebDriver.php: Minor by @ThomasLandauer in #131
- Update WebDriver.php: executeJS: Removing jQuery by @ThomasLandauer in #127
- Update WebDriver.php: Minor by @ThomasLandauer in #123
- Declare nullable parameter types explicitly by @W0rma in #134
- Improper Exception Handling in _closeSession Function by @eXorus in #133
New Contributors
Full Changelog: 4.0.1...4.0.2
4.0.1
What's Changed
- Minor: Newer array syntax by @ThomasLandauer in #115
- Fix namespace mismatch of ActionSequence by @mbrodala in #116
- Removing self-closing slashes by @ThomasLandauer in #117
- Fix type error when using
seeLink
by @craig-mcmahon in #119 - disable-gpu argument no longer needed by @marcovtwout in #113
- Update configuration for Selenium Server v4 by @marcovtwout in #114
- Support PHPUnit 11 by @Naktibalda in #120
- Fix WebDriver connection exception handling by @Naktibalda in #121
New Contributors
- @craig-mcmahon made their first contribution in #119
- @marcovtwout made their first contribution in #113
Full Changelog: 4.0.0...4.0.1
3.2.2
- Fix namespace mismatch of ActionSequence by @mbrodala in #116
- Fix type error when using
seeLink
by @craig-mcmahon in #119 - Fix WebDriver connection exception handling by @Naktibalda in #121
4.0.0
- Supports PHPUnit 10
3.2.1
- 3.x versions are compatible with PHPUnit 9 only
3.2.0
2.0.4
- Fixed negative tab offset crashes by @webmaster777 in #108
1.4.1
- Fixed negative tab offset crashes by @webmaster777 in #108
3.1.3
- Fixed negative tab offset crashes by @webmaster777 in #108
- Documentation updates by @luke- and @salmanlt