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 Selenium Users
Hi,
I have a button in my AUT and when i click on that button IE says whether i want to allow popup. I can disable it manually. But i want to do it programmatically as I want to run my testcases on jenkins server. I have tried using .setCapability("disable-popup-blocker", true) but it doesn't work for me.
Please help.
Thanks
anemuday
unread,
Feb 27, 2017, 1:10:51 AM2/27/17
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 Selenium Users
Did you check with "unexpectedAlertBehaviour" desired capability? Possible values can be "Accept", "Dismiss", "Ignore"