Skip to content

Project to use a browser as a generic canvas for other apps.

Notifications You must be signed in to change notification settings

bvdeenen/browsercanvas

Repository files navigation

A PoC Python server process that lets a browser engage in a long poll
process. This makes it possible to remote control the browser  by sending
it Javascript commands.

Make sure you have google-chrome installed on your path somewhere, because
browsercanvas.py starts this browser as a slave process at 
    http://localhost:8000/testpage.html

then switch back to the window running the Python service and enter 
some javascript, for example:

    $('div1').innerHTML="<a href='http://www.google.com'>GOOGLE</a>"

Enjoy!

About

Project to use a browser as a generic canvas for other apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published