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.

PyCharm does not suggest methods for Appium Python client

See original GitHub issue

Selenium WebDriver can.

e.g.

self.driver. find_element_by_accessibility_id('xxxx') # When `.` is inputted, PyCharm should suggest `click` etc
self.driver. find_element_by_xpath('xxxx') # When `.` is inputted, PyCharm suggests `click` etc. selenium webdriver has it

I’m not sure the logic of PyCharm yet

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
mykola-mokhnachcommented, Jun 14, 2019

This probably happens because of the mixin structure. In Python 3 it might work better as it gives a possibility to provide type hints

0reactions
AmanVerma1110commented, Jul 3, 2022

i’m also facing same issue how to sortout pls help

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyCharm does not suggest methods for Appium Python client #402
No information is available for this page.
Read more >
Pycharm doesn't detect / suggest modules, classes, or ...
Pycharm doesn't detect / suggest modules, classes, or functions to import when typing Follow. When using the other IDEs (webstorm, IDEA, ...
Read more >
PyCharm + Appium Python Client + Pytest - YouTube
APPIUM PYTHON TUTORIAL SERIES - PART 2:Setup Mac with PyCharm, Appium Python Client, Selenium & Pytest:Download and Install PyCharm ...
Read more >
Appium-Python-Client - PyPI
There are three ways to install and use the Appium Python client. ... From there much of your test code will work with...
Read more >
Appium vs PyCharm | What are the differences? - StackShare
Appium - Automation for iOS and Android Apps. PyCharm - The Most Intelligent Python IDE.
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