Skip to content

Conversation

mtsmfm
Copy link

@mtsmfm mtsmfm commented Sep 4, 2017

docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug /opt/google/chrome/chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com works but
docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug google-chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com doesn't because of this quote.

@mtsmfm
Copy link
Author

mtsmfm commented Sep 24, 2017

Could you review my PR?

@diemol
Copy link
Member

diemol commented Sep 29, 2017

Hi @mtsmfm,

Can you please update your fork with the latest changes from master? The we can review the PR.

`docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug /opt/google/chrome/chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com` works but 
`docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug google-chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com` doesn't because of this quote.

```
$ docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug google-chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com
[0904/164342.556447:ERROR:headless_shell.cc(501)] Open multiple tabs is only supported when remote debugging is enabled.
```
@mtsmfm
Copy link
Author

mtsmfm commented Sep 29, 2017

@diemol Updated!

@diemol
Copy link
Member

diemol commented Oct 5, 2017

Hi @mtsmfm,

I am sorry, I didn't realise that this PR was conflicting with #578. But the good news is that after releasing 3.6.0-bromine (which includes #578), now both commands work:

docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug:3.6.0-bromine /opt/google/chrome/chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com

docker run --rm --cap-add SYS_ADMIN selenium/standalone-chrome-debug:3.6.0-bromine google-chrome --no-sandbox --headless --disable-gpu --dump-dom http://example.com

Therefore this PR is not needed anymore, I'll close it.

If you find something else that needs to be improved in this project, please don't doubt to submit a new PR. Thanks!

@diemol diemol closed this Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants