We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to use find_element_by_image() locator. Appium client : python Appium version: 1.8.0 Platform: Android Platform Versrion: 7.1.1 Device: Nexus_5X (emulator)
python_findByImage.log
The text was updated successfully, but these errors were encountered:
Which client version do you use?
Sorry, something went wrong.
@KazuCocoa Its the latest one. I installed it using pip.
Did you call the method with driver.find_element_by_image(self, ....)?
driver.find_element_by_image(self, ....)
driver.find_element_by_image(self, '/Users/ishansaini/Documents/python_appium/python-client/test/functional/android/find_by_image_success.png', 5)
What about getting rid of self from there? @Messianic
self
BTW, the method will change like #236
No branches or pull requests
Unable to use find_element_by_image() locator.
Appium client : python
Appium version: 1.8.0
Platform: Android
Platform Versrion: 7.1.1
Device: Nexus_5X (emulator)
python_findByImage.log
The text was updated successfully, but these errors were encountered: