Skip to content

Commit 9a4229a

Browse files
authored
Merge pull request #52 from Codeception/fix-desired-capabilities-link
Fix link to DesiredCapabilities file
2 parents 05474a7 + e7912a1 commit 9a4229a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public function _initialize()
393393

394394
/**
395395
* Change capabilities of WebDriver. Should be executed before starting a new browser session.
396-
* 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.
396+
* This method expects a function to be passed which returns array or [WebDriver Desired Capabilities](https://github.com/php-webdriver/php-webdriver/blob/main/lib/Remote/DesiredCapabilities.php) object.
397397
* Additional [Chrome options](https://github.com/php-webdriver/php-webdriver/wiki/ChromeOptions) (like adding extensions) can be passed as well.
398398
*
399399
* ```php

0 commit comments

Comments
 (0)