Daniel Carr
Results
1
comments of
Daniel Carr
I've encountered the same issue, downgrading to Selenium 3.14 does seem to fix it. Otherwise a workaround is: `item_dict = driver.find_element(AppiumBy.ACCESSIBILITY_ID, 'id')` `web_element_item = driver.create_web_element(list(item_dict.values())[0])` `web_element_item.click()`