You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in the latest versions of Chrome you cannot start without --no-sandbox flag in environments like Docker. This issue appears in other common CI tools like travis (which already got an updated chrome version in the build environment images)
You can see more details here
I can PR this if needed.
The place where this option should be added is: eggnita/splinter@d54fecf
@andrewsmedina can I help with the merge? or do you have any idea when that can be merged? Because it seems that the removal of the headless param and the addition of the chrome_options will introduce some breaking changes. What are your thoughts regarding this?
It seems that in the latest versions of Chrome you cannot start without --no-sandbox flag in environments like Docker. This issue appears in other common CI tools like travis (which already got an updated chrome version in the build environment images)
You can see more details here
I can PR this if needed.
The place where this option should be added is:
eggnita/splinter@d54fecf
This can also be fixed by handling #345
The text was updated successfully, but these errors were encountered: