Мне хотелось бы знать, почему мой селектор всегда приводит к ошибке: «Ошибка: элемент ('#fieldset.x-overlay-sub-panel__aspect-fieldset') все еще не отображается через 10 000 мс». при запуске автоматизации с помощью WDIO. тем временем, если я проверю веб-сайт, это правильный путь
get rightContainer() {
return $('#fieldset.x-overlay-sub-panel__aspect-fieldset');
}
async filterByCondition(){
await this.filterCondition.click();
await this.rightContainer.waitForDisplayed();
await this.filterNewCondition.waitForEnabled();
await this.filterNewCondition.click(); // Click on the "New" checkbox
}
```[inspect screenshoot](https://i.sstatic.net/Z4OYg3Mm.png)
i want to know why and the solution for this issues
Подробнее здесь: https://stackoverflow.com/questions/790 ... l-not-disp
Ошибка: элемент («#fieldset.x-overlay-sub-panel__aspect-fieldset») все еще не отображается через 10000 мс. ⇐ CSS
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение