intoli / remote-browser

A low-level browser automation framework built on top of the Web Extensions API standard.
Other
1.73k stars 105 forks source link

Add basic support for remote connections #35

Closed sangaline closed 6 years ago

sangaline commented 6 years ago

This primarily refactors the connection proxy so that it can handle session IDs and manages connections over a single port. The browser client then can request a remote URL to connect to and control.

Closes #34