Appium from 1.7.1 update to 1.8.1, find_element_by_id doesn't work
See original GitHub issueWhen i update to 1.8.1, the ‘find_element_by_id’ has an error. The code is
self.driver.find_element_by_id("com.hlg.daydaytobusiness:id/rl_new_vip").click()
error :
Issue Analytics
- State:
- Created 5 years ago
- Comments:58 (23 by maintainers)
Top Results From Across the Web
Appium is unable to locate element for android version 7.0 ...
Hi Appium Team, We are facing strange behavior from Appium where it is failing to locate an element for android version 7.X.X and...
Read more >appium/java-client - Gitter
SendKeys to a picker wheel doesn't work, if the picker wheel options are not visible ... I am using newly released updated appium...
Read more >appium/CHANGELOG.md - UNPKG
137, Appium 1.8.1 introduces multiple fixes and features. ... 321, * Touch ID enrollment on simulators in Xcode 9 does not work because...
Read more >appium | Yarn - Package Manager
Appium is an open-source, cross-platform test automation tool for native, hybrid, and mobile web and desktop apps. We support simulators (iOS), ...
Read more >How to upgrade Appium 1.5.3 to Appium 1.8.1 - Stack Overflow
There are two different types of appium tool avaliable. Appium GUI; Appium command tool. It seems you updated to the command tool of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In my case upgrading appium-python-client from 0.20 to 0.28 done the trick
pip install Appium-Python-Client --upgrade
First,the same code in 1.7.1 is good but in 1.8.1 is error. Second, ‘find_element_by_id’ doesn’t set up the webview context.