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 seleniu...@googlegroups.com
Put up a small java code with try catch block and you should be good to go.
Message has been deleted
Priya P
unread,
Aug 20, 2014, 6:40:46 PM8/20/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 seleniu...@googlegroups.com
Use the following:
Alert myAlert =
driver.switchTo().alert(); //swicths to the pop up window. Alert is a
method. it returns of type alert which is a class of an object myAlert.accept(); //This will accept the alert myAlert.dismiss(): //cancels the alerts
This is one method but there are other methods to such as switching windows etc.
Yuva
unread,
Aug 20, 2014, 10:32:34 PM8/20/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 seleniu...@googlegroups.com
Thanks a lot for your reply Priya.
I need a Selenium RC command not Selenium2.0 command
Could you please provide Selenium RC command to resolve this issue