I am using Appium to scrapy some data from an app,
the element xpath is android.view.View[@content-desc="25"]
but what i want to get is the value "25".
For example, the time its shows is 11:25
in Appium , it shows me that
el1 = driver.find_element(by=AppiumBy.ACCESSIBILITY_ID, value="25")
However i cannot find this element as it varies from time to time .