Java-client: ['java-client', version: '7.4.0'] error: package org.openqa.selenium.support.ui does not exist import org.openqa.selenium.support.ui.WebDriverWait;

Created on 19 Nov 2020  路  6Comments  路  Source: appium/java-client

  • just updated my 'java-client' version, to version: '7.4.0' (Gradle)
  • build

having the next error:

image

with version: '7.3.0' - all is OK

bug

All 6 comments

Yes I'm also experiencing this issue with many classes. There must be something wrong with the latest jar package.

And not only those, several libraries failed to import when updating to java-client 7.4.0 , also including org.openqa.selenium.remote.DesiredCapabilities

@andres-choco @headsvk @yavgel thanks for the report. Will definitely look at it today.

@headsvk @yavgel @andres-choco please add the below dependency explicitly as a temporary solution to solve this problem till we release a patch version. I'm checking on this and will add more details here soon.

        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-remote-driver</artifactId>
            <version>3.141.59</version>
        </dependency>

@headsvk @yavgel @andres-choco please add the below dependency explicitly as a temporary solution to solve this problem till we release a patch version. I'm checking on this and will add more details here soon.

        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-remote-driver</artifactId>
            <version>3.141.59</version>
        </dependency>

@SrinivasanTarget - it does not help for v7.4.0 and for v7.4.1
issue is still relevant

@yavgel could you please provide more details?

Was this page helpful?
0 / 5 - 0 ratings