Skip to content

A simple Python interface to the Chrome Developer Tools Remote Debugger.

License

Notifications You must be signed in to change notification settings

krismolendyke/chrompy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrompy

A simple Python interface to Chrome Developer Tools Remote Debugging over the wire. Currently it is only tested on OS X.

Quick Usage

Launch a dedicated instance of Chrome with the --remote-debugging-port and --user-data-dir flags set.

./chrome.py duckduckgo.com

Send an expression to the JavaScript runtime environment within that Chrome instance:

echo "console.log('quack, quack!');" | ./runtime.py duckduckgo.com

About

A simple Python interface to the Chrome Developer Tools Remote Debugger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages