Releases: Codeception/module-webdriver
Releases · Codeception/module-webdriver
Documentation update
Merge pull request #65 from ThomasLandauer/patch-1 Added Scenario Metadata
1.2.0: Merge pull request #35 from krumedia/element-screenshot
- Implemented makeElementScreenshot by @Blaimi
- Documentation improvements
Documentation improvements
1.1.4 Merge branch 'ThomasLandauer-patch-1'
Support PHP 8
Merge pull request #27 from Codeception/php8 Support PHP 8
Documentation improvements
Documented behaviour of openNewTab Explaining weird behavior of sessionStorage, see https://stackoverflow.com/q/20879714/1668200
Multibyte characters are allowed in build artefact filenames
switchToFrame
- Introduced switchToFrame method #9
Suppress UnknownErrorException in _closeSession
- Suppress UnknownErrorException in _closeSession #15
[switchToIFrame] fixed Undefined variable: els error
1.0.7 [switchToIFrame] Undefined variable: els (#12)
Fixed setCookie in w3c mode
Modern browsers reject cookies with singlepart domain names, the best option is not to set domain property unless explicitly specified.