question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Appium from 1.7.1 update to 1.8.1, find_element_by_id doesn't work

See original GitHub issue

When 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 : image image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:58 (23 by maintainers)

github_iconTop GitHub Comments

8reactions
taimuraamercommented, Sep 28, 2018

In my case upgrading appium-python-client from 0.20 to 0.28 done the trick

pip install Appium-Python-Client --upgrade

4reactions
wodeta33commented, Jun 14, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found