Revision #93 has been created by rackycz on Nov 23, 2021, 8:48:13 PM with the memo:
Tests
« previous (#92) next (#94) »
Changes
Title
unchanged
Yii v2 snippet guide III
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,yii2,beginer
Content
changed
[...]
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.