Hi,
Appium throws intermittent error
selenium.common.exceptions.StaleElementReferenceException: Message: The element 'By.id: com.androidsample.generalstore:id/productPrice' does not exist in DOM anymore
Code:
driver.find_element_by_id("com.androidsample.generalstore:id/productPrice").is_displayed()
Test data:
Appium Version: 1.17.1
Python Version: 3.8
IDE: Pycharm
Kindly guide me to resolve above issue.
Best Regards,
Gaurav Valera