Find element by accessibility_id is throwing no such element

when I use appium inspector its showing accessibility_id as ‘SKIP’, but when I try to find it using driver.find_element_by_accessibility_id(‘SKIP’), it throwing NoSuchElementException: Message: An element could not be located on the page using the given search parameters.

2 Likes

I have the same problem. Have you found a reasen/solution @saikirankv?