Codeception / Codeception/module-webdriver

unexpected alert open in chrome

未关闭
#47 6 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。