You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appium-...@googlegroups.com
Hi,
I noticed a Commit for mobile:find to enable more granular searching of a list view. However the example a the top of the commit entry, does shed a whole lot of light for me.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appium-...@googlegroups.com, Alan Cooke
Thanks for the response, if I can clarify this with you.
The code is basically an array with the first element scroll, then two arrays each with and int and a string, the int is the number of occurrences and the string one is looking for?
bootstrap online
unread,
Jul 10, 2013, 12:29:51 PM7/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alan Cooke, appium-...@googlegroups.com
It's all a big array of commands. The first command is 'scroll' which
tells Appium that we'll be scrolling to the following selectors.
[3, text] means textContains('account')
[7, text] means descriptionContains('account')