Skip to content

bashi/cdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdp: Chrome Debugging Protocol

Example usage

$ python -m scripts.cli  # Launches IPython shell
In [1]: page = devtools.CreateNewPage()
In [2]: actions.Navigate(page, 'http://www.example.com')
In [3]: page.Call('Page.reload', { 'ignoreCache': True })
In [4]: page.Page.reload(ignoreCache=True)  # Same as above

About

A Chrome DevTools Protocol client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages