34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Yii v2 snippet guide III
Comparing
#92
with
#93
Revision #93 was created by
rackycz
on Nov 23, 2021, 8:48:13 PM.
Tests
« Previous (#92)
Next (#94) »
Content
[...]
If you receive error "WebDriver is not installed", you need to call this composer command:
```php
composer require codeception/module-webdriver --dev
```
PS: There is also this file [ChromeDriver](https://chromedriver.chromium.org/downloads) but I am not really sure if it is an alternative to "codeception/module-webdriver" or when to use it. I havent studied it yet.