-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New tab official example not working for headless mode #96
Comments
OK good to know. Saw that but thought DevTools was a domain. Thanks. |
Switching to Chrome 59 unstable resolved several issues I had including creating a new tab. |
@jdat82 what OS are you on? |
The chrome server was on Ubuntu and the client script on a Mac. Can't wait to get rid of Linux for chrome headless. |
@cyrus-and I cant get new tab working using headless Im using chromedriver 2.3 and google chrome stable 61 and google chrome unstable 63 still doesnt work can you give me any suggestions how can I get it work ? |
I must have missed something but executing the official example for creating a new tab in headless mode doesn't work for me:
I get:
Error: Could not create new page
I tried with the command line:
chrome-remote-interface new http://www.ingdirect.fr
. Same error.I'm executing Chrome on Ubuntu. I customized the IP on which chrome listen but I tried with the default (localhost) and I observed same results.
Regarding the command line,
inspect
andlist
works. But notnew
norclose
.I'm using the latest version of node and CRI:
The text was updated successfully, but these errors were encountered: