Codeception / Codeception/module-webdriver
unexpected alert open in chrome
- 主要语言
- PHP
- 星标
- 39
- 派生
- 25
- PR 合并指标
- 30 天内没有已合并 PR
描述
```bash
unexpected alert open: {Alert text : Vyplňte pole Heslo}
(Session info: chrome=64.0.3282.186)
(Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Linux 4.13.0-36-generic x86_64```
> Provide test source code if related
```php
wantTo('Nezadat heslo');
$I->amOnPage('/prihlaseni/');
$I->fillField('login', 'webmaster');
$I->click('_submit');
$I->wait(4);
$I->seeInPopup('Vyplňte pole Heslo');```
### Details
* Codeception version: 2.4.0
* PHP Version: 7.2
* Operating System: VirtualBox Ubuntu
* Installation type: Composer
```yml
actor: SeleniumTester
modules:
enabled:
- WebDriver:
url: http://webserver
browser: chrome
host: zalenium
port: 4444
- \Helper\Selenium
```
Some tips?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。