PyCharm does not suggest methods for Appium Python client
See original GitHub issueSelenium 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:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top 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 >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
This probably happens because of the mixin structure. In Python 3 it might work better as it gives a possibility to provide type hints
i’m also facing same issue how to sortout pls help