You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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