WebDriverWait - Appium 8.3.0
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
Hi guys, I have installed the AppiumJavaClient 8.3.0 version and trying to use the WebDriverWait / FluentWait object.
To do this I have used the import org.openqa.selenium.support.ui.FluentWait command.
But, instead to let me use the class, it return an error, the .support.ui package is not found.
The workaround was to also import the dependencies -> implementation 'org.seleniumhq.selenium:selenium-java:4.1.1'
But is there a more flexible way to fix it ? Or the implementation 'io.appium:java-client:8.3.0' still have this issue ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the AppiumJavaClient 8.3.0 dependency metadata and how its Selenium dependencies expose org.openqa.selenium.support.ui.FluentWait. Confirm whether the client is expected to provide that package transitively; done means the documented Appium dependency setup resolves FluentWait without manually adding selenium-java.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile-dev, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100