Skip to content

Commit cf5c3c0

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent f46ad4e commit cf5c3c0

File tree

3 files changed

+139
-135
lines changed

3 files changed

+139
-135
lines changed

changelog.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ title: Codeception Changelog
99

1010

1111

12+
### module-webdriver 3.2.0: 3.2.0
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/10/15 19:26:14 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
15+
16+
17+
18+
* Optionally suppress cookie debug output in seeCookie(), dontSeeCookie(), resetCookie() and loadSessionSnapshot() methods by **[lolli42](https://github.com/lolli42)** in https://github.com/Codeception/module-webdriver/pull/111
19+
20+
1221
### lib-innerbrowser 3.1.3: 3.1.3
1322

1423
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/10/03 15:36:06 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
@@ -3344,15 +3353,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
33443353

33453354

33463355

3347-
### module-webdriver 1.0.0: Initial release
3348-
3349-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/10/19 15:29:58 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
3350-
3351-
3352-
3353-
3354-
3355-
33563356
### module-yii2 1.0.0: Initial release
33573357

33583358
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/10/19 15:29:42 / [Repository](https://github.com/Codeception/module-yii2) / [Releases](https://github.com/Codeception/module-yii2/releases)

docs/modules/WebDriver.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ $I->seeCheckboxIsChecked('#signup_form input[type=checkbox]'); // I suppose user
938938

939939
* `param ` $cookie
940940
* `param array` $params
941+
* `param bool` $showDebug
941942
* `return mixed|void`
942943

943944
Checks that there isn't a cookie with the given name.
@@ -1409,6 +1410,7 @@ $name = $I->grabValueFrom(['name' => 'username']);
14091410
#### loadSessionSnapshot
14101411

14111412
* `param ` $name
1413+
* `param bool` $showDebug
14121414
* `return mixed`
14131415

14141416
Loads cookies from a saved snapshot.
@@ -1628,6 +1630,7 @@ Reloads the current page.
16281630

16291631
* `param ` $cookie
16301632
* `param array` $params
1633+
* `param bool` $showDebug
16311634
* `return mixed|void`
16321635

16331636
Unsets cookie with the given name.
@@ -1763,6 +1766,7 @@ $I->seeCheckboxIsChecked('//form/input[@type=checkbox and @name=agree]');
17631766

17641767
* `param ` $cookie
17651768
* `param array` $params
1769+
* `param bool` $showDebug
17661770
* `return mixed|void`
17671771

17681772
Checks that a cookie with the given name is set.

0 commit comments

Comments
 (0)