Skip to content

PyCharm does not suggest methods for Appium Python client #402

@KazuCocoa

Description

@KazuCocoa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions