$ 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
-
Notifications
You must be signed in to change notification settings - Fork 1
bashi/cdp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Chrome DevTools Protocol client
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published