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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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