Codeception / Codeception/module-webdriver

Error: Element <...> could not be scrolled into view

オープン
#97 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
PHP
スター
39
フォーク
25
PR マージ指標
30日以内にマージされた PR はありません

説明

I'm "suddenly" getting this in many tests in Firefox (haven't tried with Chrome yet):

> [Facebook\WebDriver\Exception\ElementNotInteractableException] Element <...> could not be scrolled into view

Is anybody else observing this?
My current workaround: What used to be just `$I->click(...);` is now:
```php
$I->scrollTo('someNearbyElement');
$I->wait(0.5); // Some arbitrary number. I tried with `$I->waitForElementClickable()` but it isn't working :-(
$I->click(...);
```

geckodriver 0.30.0 with Firefox 99.0

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。