Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba6d54d

Browse files
committed
auto updated documentation
1 parent e89689a commit ba6d54d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

changelog.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ title: Codeception Changelog
1010
#### 2.2.8
1111

1212
* **[WebDriver]** Added tab actions (not supported in PhantomJS):
13-
* `openNewTab` opens a new tab and switches to it
14-
* `closeTab` closes a tab and switches to previous
15-
* `switchToNextTab` switches to next tab
16-
* `switchToPreviousTab` switches to previous tab
13+
* [openNewTab](http://codeception.com/docs/modules/WebDriver#openNewTab) opens a new tab and switches to it
14+
* [closeTab](http://codeception.com/docs/modules/WebDriver#closeTab) closes a tab and switches to previous
15+
* [switchToNextTab](http://codeception.com/docs/modules/WebDriver#switchToNextTab) switches to next tab
16+
* [switchToPreviousTab](http://codeception.com/docs/modules/WebDriver#switchToPreviousTab) switches to previous tab
1717
* **[WebDriver]** Added actions to click element by coordinates. Via **[gimler](https://github.com/gimler)**
18-
* `clickWithLeftButton` clicks element with offset
19-
* `clickWithRightButton` right clicks on element with offset
18+
* [clickWithLeftButton](http://codeception.com/docs/modules/WebDriver#clickWithLeftButton) clicks element with offset
19+
* [clickWithRightButton](http://codeception.com/docs/modules/WebDriver#clickWithRightButton) right clicks on element with offset
2020
* **[WebDriver]** Added `js_error_logging` option to print JS logs in console and in HTML report by **[ngraf](https://github.com/ngraf)**. See [#3821](https://github.com/Codeception/Codeception/issues/3821)
2121
* **[WebDriver]** Improvements to `seeInField` by **[gimler](https://github.com/gimler)**. See [#3905](https://github.com/Codeception/Codeception/issues/3905)
2222
* support option text in seeInField not only value

0 commit comments

Comments
 (0)