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 Jenkins Users
Hi guys!
I'm having problems with my Selenium tests from my Jenkins. Sometimes, I get "no such session" error in my Eclipse when I run my Selenium Test in an external server Jenkins. Jenkins closes the window after loading page correctly (a graphic).
I've read that the solution is starting chrome with option --disable-impl-side-painting.
Do you know how could I disable that option from my java Selenium test??
Do you know any other solution?
Thanks so much!!!
Ana MB
unread,
Sep 15, 2017, 3:57:08 AM9/15/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 Jenkins Users
And if I run the tests from my local pc I don't get that error exception.
Thanks!
Ana MB
unread,
Sep 15, 2017, 5:29:06 AM9/15/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 Jenkins Users
Hi again...
The error that I get in the log session is:
09:22:01.513 WARN - Session 90fe1c1e-3e21-4e88-8ccf-0bd6179fd9f2 deleted due to in-browser timeout. Terminating driver with DeleteSession since it does not support Killable, the driver in question does not support selenium-server timeouts fully
This is an illogical error because I run this test from local computer, but with Jenkins I get that error....