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
Wait for stdout message that has a format of DevTools listening on 127.0.0.1:9222, then poll. (This is what puppeteer does, not sure why it's a separate implementation from chrome-launcher)
Wait for DevToolsActivePort file to get created in --user-data-dir, then poll.
Figure out how to pass file descriptors // pre-open socket and pass it into chrome
Instead of polling blindly right when we launch the chrome process with erl-exec, a hacky-way is to wait for stdout before polling.
The text was updated successfully, but these errors were encountered: