|
1 |
| -* `debug_log_entries` set to `null` by default |
2 |
| -* removed dependencies on Guzzle & DomCrawler |
| 1 | +## [1.2.1](https://github.com/Codeception/module-webdriver/releases/tag/1.2.1) |
| 2 | +Merge pull request [#65](https://github.com/Codeception/module-webdriver/pull/65) from ThomasLandauer/patch-1 |
| 3 | +Added Scenario Metadata |
| 4 | + |
| 5 | +## [1.2.0](https://github.com/Codeception/module-webdriver/releases/tag/1.2.0) |
| 6 | +Merge pull request [#35](https://github.com/Codeception/module-webdriver/pull/35) from krumedia/element-screenshot |
| 7 | +Support for taking screenshots of elements |
| 8 | + |
| 9 | +## [1.1.4](https://github.com/Codeception/module-webdriver/releases/tag/1.1.4) |
| 10 | +Merge branch 'ThomasLandauer-patch-1' |
| 11 | + |
| 12 | +## [1.1.3](https://github.com/Codeception/module-webdriver/releases/tag/1.1.3) |
| 13 | +Merge pull request [#27](https://github.com/Codeception/module-webdriver/pull/27) from Codeception/php8 |
| 14 | +Support PHP 8 |
| 15 | + |
| 16 | +## [1.1.2](https://github.com/Codeception/module-webdriver/releases/tag/1.1.2) |
| 17 | +Documented behaviour of openNewTab |
| 18 | +Explaining weird behavior of sessionStorage, see https://stackoverflow.com/q/20879714/1668200 |
| 19 | + |
| 20 | +## [1.1.1](https://github.com/Codeception/module-webdriver/releases/tag/1.1.1) |
| 21 | +Merge pull request [#17](https://github.com/Codeception/module-webdriver/pull/17) from takaoyuri/patch1 |
| 22 | +Add support for saving multi byte filename |
| 23 | + |
| 24 | +## [1.1.0](https://github.com/Codeception/module-webdriver/releases/tag/1.1.0) |
| 25 | +Make switch to frame possible ([#9](https://github.com/Codeception/module-webdriver/pull/9)) |
| 26 | +* Make switch to frame possible |
| 27 | +* Fix tag name in debug information |
| 28 | +* Correct description of switchToIframe |
| 29 | +Co-authored-by: Gintautas Miselis <[email protected]> |
| 30 | + |
| 31 | +## [1.0.8](https://github.com/Codeception/module-webdriver/releases/tag/1.0.8) |
| 32 | +Suppress UnknownErrorException in _closeSession |
| 33 | + |
| 34 | +## [1.0.7](https://github.com/Codeception/module-webdriver/releases/tag/1.0.7) |
| 35 | +[switchToIFrame] Undefined variable: els ([#12](https://github.com/Codeception/module-webdriver/pull/12)) |
| 36 | + |
| 37 | +## [1.0.6](https://github.com/Codeception/module-webdriver/releases/tag/1.0.6) |
| 38 | +Merge pull request [#10](https://github.com/Codeception/module-webdriver/pull/10) from Codeception/fix-set-cookie |
| 39 | +setCookie: don't add domain to cookie unless explicitly specified. |
| 40 | + |
| 41 | +## [1.0.5](https://github.com/Codeception/module-webdriver/releases/tag/1.0.5) |
| 42 | +Merge pull request [#7](https://github.com/Codeception/module-webdriver/pull/7) from bassrock/fix-php56 |
| 43 | +Removing string typehintb |
| 44 | + |
| 45 | +## [1.0.4](https://github.com/Codeception/module-webdriver/releases/tag/1.0.4) |
| 46 | +Fixed docblock in TestsForWeb |
| 47 | + |
| 48 | +## [1.0.3](https://github.com/Codeception/module-webdriver/releases/tag/1.0.3) |
| 49 | +Fix cookie domain match ([#5](https://github.com/Codeception/module-webdriver/pull/5)) |
| 50 | +* stub webdriver cookies as objects over arrays |
| 51 | +* check for cookie domain with isset, not array_key_exists |
| 52 | +calling array_key_exists on classes implementing \ArrayAccess always |
| 53 | +returns false and emits a deprecation notice on 7.4 |
| 54 | + |
| 55 | +## [1.0.2](https://github.com/Codeception/module-webdriver/releases/tag/1.0.2) |
| 56 | +Merge pull request [#3](https://github.com/Codeception/module-webdriver/pull/3) from Codeception/DavertMik-patch-1 |
| 57 | +Changed default values for webdriver logs |
| 58 | + |
| 59 | +## [1.0.1](https://github.com/Codeception/module-webdriver/releases/tag/1.0.1) |
| 60 | +Merge pull request [#1](https://github.com/Codeception/module-webdriver/pull/1) from OndraM/php-webdriver |
| 61 | +Rename php-webdriver package |
| 62 | + |
| 63 | +## [1.0.0](https://github.com/Codeception/module-webdriver/releases/tag/1.0.0) |
| 64 | +display cookie details in debug output (#5709) |
0 commit comments