Skip to content

Commit 0418693

Browse files
committed
Updated docs
1 parent d8db5c8 commit 0418693

File tree

4 files changed

+179
-165
lines changed

4 files changed

+179
-165
lines changed

changelog.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ title: Codeception Changelog
88
# Changelog
99

1010

11+
#### 4.0.3
12+
13+
* Fixed command autocompletion [#5806](https://github.com/Codeception/Codeception/issues/5806) by **[svycka](https://github.com/svycka)**
14+
15+
#### 4.0.2
16+
17+
* Fixed errors in bootstrap scripts [#5806](https://github.com/Codeception/Codeception/issues/5806)
18+
1119
#### 4.0.1
1220

1321
* Fixed error reporting error in upgrade4 script

docs/modules/WebDriver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Returns current WebDriver session for saving
295295
*hidden API method, expected to be used from Helper classes*
296296

297297
Change capabilities of WebDriver. Should be executed before starting a new browser session.
298-
This method expects a function to be passed which returns array or [WebDriver Desired Capabilities](https://github.com/facebook/php-webdriver/blob/community/lib/Remote/DesiredCapabilities.php) object.
299-
Additional [Chrome options](https://github.com/facebook/php-webdriver/wiki/ChromeOptions) (like adding extensions) can be passed as well.
298+
This method expects a function to be passed which returns array or [WebDriver Desired Capabilities](https://github.com/php-webdriver/php-webdriver/blob/community/lib/Remote/DesiredCapabilities.php) object.
299+
Additional [Chrome options](https://github.com/php-webdriver/php-webdriver/wiki/ChromeOptions) (like adding extensions) can be passed as well.
300300

301301
{% highlight php %}
302302

@@ -1090,7 +1090,7 @@ $I->executeInSelenium(function(\Facebook\WebDriver\Remote\RemoteWebDriver $webdr
10901090
{% endhighlight %}
10911091

10921092
This runs in the context of the
1093-
[RemoteWebDriver class](https://github.com/facebook/php-webdriver/blob/master/lib/remote/RemoteWebDriver.php).
1093+
[RemoteWebDriver class](https://github.com/php-webdriver/php-webdriver/blob/master/lib/remote/RemoteWebDriver.php).
10941094
Try not to use this command on a regular basis.
10951095
If Codeception lacks a feature you need, please implement it and submit a patch.
10961096

0 commit comments

Comments
 (0)