Skip to content

bug: AppiumFluentWait -> Cannot access org.openqa.selenium.support.ui.FluentWait #2012

@AlessandroMiccoli

Description

@AlessandroMiccoli

Description

I am trying to use AppiumFluentWait. Previously, with the version 7.6.0, I was able to do

new AppiumFluentWait<AppiumDriver<?>>(appiumDriver)
                .withTimeout(Duration.ofMillis(maxWait))
                .pollingEvery(Duration.ofMillis(interval))
                .ignoring(NoSuchElementException.class)
                .ignoring(TimeoutException.class)
                .until(ExpectedConditions.visibilityOfElementLocated(by));

With version 8.5.1, I got: Cannot access org.openqa.selenium.support.ui.FluentWait when I try to use AppiumFluentWait.

Is it a bug or I am missing something for this implementation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions