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
Hi, thanks for your job!
By using chromote, i can set a url to remote Chrome(in docker container) and return a html code, but i can't sent a post request to the chrome, do you have any idea? Thanks again!
example: How can i get a logged-in page when i send a login url to remote headless Chrome?
The text was updated successfully, but these errors were encountered:
with chrome devtool protocol you should focus the input and then dispatch key events,
with @iiSeymour /chromote, atm, you could tab.evaluate javascript
[edit]
you can also get the web socket url from the tab and then send plain messages
Hi, thanks for your job!
By using chromote, i can set a url to remote Chrome(in docker container) and return a html code, but i can't sent a post request to the chrome, do you have any idea? Thanks again!
example: How can i get a logged-in page when i send a login url to remote headless Chrome?
The text was updated successfully, but these errors were encountered: