Hello,
I had read from this forum earlier that adding the following solved the issue. Give it a try.
chromeOptions.AddArguments("no-sandbox");
Thanks,
Praveen
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/09ff550b-80d2-4835-870e-e83cc9232edb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| allow-no-sandbox-job | Enables the sandboxed processes to run without a job object assigned to them. This flag is required to allow Chrome to run in RemoteApps or Citrix. This flag can reduce the security of the sandboxed processes and allow them to do certain API calls like shut down Windows or access the clipboard. Also we lose the chance to kill some processes until the outer job that owns them finishes. ↪ |
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/d757f9bd-b11e-40f6-ad1c-bbdbbf6d7811%40googlegroups.com.