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'm using Pycharm to automate my application. Issue is, when the browser is out of focus or minimized, the execution fails on IE. The same will execute seamlessly in Chrome. Could someone provide me a solution for this issue ?
Priti Fuse
unread,
Jul 5, 2021, 11:59:52 PM7/5/21
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
m also getting same , please help
prave...@gmail.com
unread,
Jul 6, 2021, 7:27:13 AM7/6/21
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
There is a capability in IE driver called called requireWindowFocus. This will focus the window explicitly if it's not, before sending a command to browser.