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
I was using time.sleep(), but this is not good, I'm thinking to write a loop wait method, can anyone give me some suggestion any library that I need to import, and give me some sample code? Thanks a lot!
artavazd....@picsart.com
unread,
May 8, 2014, 7:42:58 AM5/8/14
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 appium-...@googlegroups.com
Hi,
I'm using
driver.manage().timeouts().implicitlyWait(timeout, TimeUnit.SECONDS); for java
liwa...@gmail.com
unread,
May 8, 2014, 2:25:31 PM5/8/14
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 appium-...@googlegroups.com
Thank you so much!!! I did the same thing for python, and looks like it is working!!!