Skip to content

Commit 490978b

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 334be66 commit 490978b

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

changelog.markdown

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

1010

1111

12+
### module-webdriver 3.2.2: 3.2.2
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2024/02/16 14:01:34 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
15+
16+
17+
18+
* Fix namespace mismatch of ActionSequence by **[mbrodala](https://github.com/mbrodala)** in https://github.com/Codeception/module-webdriver/pull/116
19+
* Fix type error when using `seeLink` by **[craig-mcmahon](https://github.com/craig-mcmahon)** in https://github.com/Codeception/module-webdriver/pull/119
20+
* Fix WebDriver connection exception handling by **[Naktibalda](https://github.com/Naktibalda)** in https://github.com/Codeception/module-webdriver/pull/121
21+
22+
1223
### module-webdriver 4.0.1: 4.0.1
1324

1425
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2024/02/16 12:54:25 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -3449,15 +3460,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
34493460

34503461

34513462

3452-
### module-webdriver 1.0.4: Fixed switchToIframe by name
3453-
3454-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2020/03/04 16:54:45 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
3455-
3456-
3457-
3458-
* Fixed switchToIframe by name when php-webdriver 1.8 is used [#6](https://github.com/Codeception/module-webdriver/issues/6) by **[eXorus](https://github.com/eXorus)**
3459-
3460-
34613463
### module-ftp 1.0.1: Fixed Filename cannot be empty error when SFTP key is not specified
34623464

34633465
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2020/02/29 14:55:56 / [Repository](https://github.com/Codeception/module-ftp) / [Releases](https://github.com/Codeception/module-ftp/releases)

docs/modules/WebDriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ The tab is opened with JavaScript's `window.open()`, which means:
15301530
#### performOn
15311531

15321532
* `param string|array|WebDriverBy` $element
1533-
* `param callable|array|ActionSequence` $actions
1533+
* `param callable|array|\Codeception\Util\ActionSequence` $actions
15341534
* `param int` $timeout
15351535
* `return void`
15361536

0 commit comments

Comments
 (0)