Calabash console Android - query get all ids on screen -


in calabash console ios there command:

ids 

the command displays element ids on current screen.

for android can use command

query("*")  

which displays views on screen, can manually through , find ids.

but android equivalent command displaying ids?

android calabash equivalent command:

query("*",:id) 

Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -