What is the best explicit waiting approach to use with appium #1818
Unanswered
himanshunikhare25
asked this question in
Q&A
Replies: 1 comment
-
I'm also interested in this... I tried using: but I'm getting an error "Cannot access org.openqa.selenium.support.ui.FluentWait". Are there any examples on how I can use this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are 3 possibilities I am aware of:
Our framework is going through some major changes and this is the perfect time to make this future ready.
Current implementation is using, WebDriverWait but for this we have to explicitly add import for selenium-support library as Appium's implementation imports it in runtime only scopy.
Is there some issue using explicitly importing selenium-support library because of which Appium team thought of adding library import in this scope, could AppiumFluentWait be a better approach? What is the pros/cons of using this?
But Again appium has removed some common functions which are there in selenium ex: MobileElement with its new version, is this method prone to be removed in future?
Output for:
mvn dependency:tree
Beta Was this translation helpful? Give feedback.
All reactions