在 Codeception 中,当我有 fillField 时
<input type="text" name="email">
它可以正常工作,但是当我有时它不起作用<input type="email" name="email">
我尝试过以下代码
$I->fillField('input[name=email]', 'user@domain.com');
也有$I->fillField('email', 'user@domain.com');
但它不起作用。我收到以下错误。
ElementNotVisibleException:元素当前不可见