使用代码测试模式形式

时间:2017-10-03 18:10:53

标签: php laravel testing codeception acceptance-testing

如何访问模式中的表单?目前我有类似的东西,但我无法填写表单字段。它显示以下错误:

[Facebook\WebDriver\Exception\InvalidElementStateException] invalid element state: Element is not currently interactable and may not be manipulated

$I->scrollTo($editButton);
$I->wait(4);
$I->click($editButton);
$I->waitForElement(".popUp-container");
$I->wait(3);
$I->waitForElement('#user-edition-form');
$I->fillField('//*[@id="edit-user-data"]/div[1]/div[2]/input', 'AAA');

0 个答案:

没有答案