Skip to content

Releases: Codeception/module-webdriver

Documentation update

23 Apr 17:31
ebbe729
Compare
Choose a tag to compare
Merge pull request #65 from ThomasLandauer/patch-1

Added Scenario Metadata

1.2.0: Merge pull request #35 from krumedia/element-screenshot

17 Jan 19:30
63ea088
Compare
Choose a tag to compare
  • Implemented makeElementScreenshot by @Blaimi
  • Documentation improvements

Documentation improvements

16 Nov 07:24
Compare
Choose a tag to compare
1.1.4

Merge branch 'ThomasLandauer-patch-1'

Support PHP 8

24 Oct 15:41
b7dc227
Compare
Choose a tag to compare
Merge pull request #27 from Codeception/php8

Support PHP 8

Documentation improvements

11 Oct 18:55
d055c64
Compare
Choose a tag to compare
Documented behaviour of openNewTab

Explaining weird behavior of sessionStorage, see https://stackoverflow.com/q/20879714/1668200

Multibyte characters are allowed in build artefact filenames

28 Aug 07:01
237c6cb
Compare
Choose a tag to compare

switchToFrame

31 May 08:52
09c1678
Compare
Choose a tag to compare
  • Introduced switchToFrame method #9

Suppress UnknownErrorException in _closeSession

29 Apr 13:52
da55466
Compare
Choose a tag to compare
  • Suppress UnknownErrorException in _closeSession #15

[switchToIFrame] fixed Undefined variable: els error

01 Apr 10:19
f05c5c2
Compare
Choose a tag to compare
1.0.7

[switchToIFrame] Undefined variable: els (#12)

Fixed setCookie in w3c mode

23 Mar 17:15
9ee5410
Compare
Choose a tag to compare

Modern browsers reject cookies with singlepart domain names, the best option is not to set domain property unless explicitly specified.