Create a list of all Elements and their Valuekeys

116 Views Asked by At

I am currently facing the problem that i can't find a way to create a list of all elements and their Valuekeys, of a apk. Is there anyway that can be resolved?

Using the driver.find_elements(by=AppiumBy.CLASS_NAME,value='android.widget') leaves me with an Error message. So there has to be a way to do it with the Finder.

Any help would be appreciated!

0

There are 0 best solutions below