chrome_remote_shell 1.2

chrome_remote_shell is a library that makes it easy to communicate with the Google Chrome remote debugging shell from Python. To make the shell available, start Chrome with this option:google-chrome --remote-shell-port=9222Then you can connect from...