You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ title: Codeception Changelog
10
10
#### 2.2.8
11
11
12
12
***[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
17
17
***[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
20
20
***[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)
21
21
***[WebDriver]** Improvements to `seeInField` by **[gimler](https://github.com/gimler)**. See [#3905](https://github.com/Codeception/Codeception/issues/3905)
22
22
* support option text in seeInField not only value
0 commit comments