-
-
Notifications
You must be signed in to change notification settings - Fork 765
bug: AppiumFluentWait -> Cannot access org.openqa.selenium.support.ui.FluentWait #2012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Most likely something has been changed in selenium so the reflection access is broken now and needs to be updated. |
Please provide the full stacktrace as well |
Sorry for my late reply. This is a screenshot that summarises the problem. Temporary fix Add the dependency to your project -> implementation 'org.seleniumhq.selenium:selenium-support:4.8.3' Fix to appium Add this to the build.gradle
Let me know if it makes sense for you, so I will create a PR. |
@valfirst @SrinivasanTarget Are you able to reproduce the above issue? |
@AlessandroMiccoli it's working fine |
@mykola-mokhnach I'm unable to reproduce this problem. Using the latest java-client |
@ashwithpoojary98 are you using Could you provide me with the whole implementation with the import, etc... In fact, the appium library has this build.gradle:
There is not api for org.seleniumhq.selenium:selenium-support. |
@AlessandroMiccoli I'm using Appium client 8.5.1 |
@ashwithpoojary98 I am using the same. Do you import Please, could you share your code on git? |
Description
I am trying to use AppiumFluentWait. Previously, with the version 7.6.0, I was able to do
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?
The text was updated successfully, but these errors were encountered: