Codeception / Codeception/module-webdriver
Error: Element <...> could not be scrolled into view
Đang mở
- Ngôn ngữ chính
- PHP
- Star
- 39
- Fork
- 25
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.