Skip to content

eoas-ubc/trio_chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trio notes

installing chromium

  1. Borrow functions from https://github.com/miyakogi/pyppeteer to download chromium, return the path to the chromium binary, check install.

  2. Install those so that we have a console_script that duplicates the behavior of pyppeteer-install

installing trio-chrome-devtools

conda install poetry
poetry update
poetry install
pytest tests

there should be 9 passing tests

running the example code

  1. run the examples in https://github.com/HyperionGray/trio-chrome-devtools-protocol/tree/master/examples

  2. run examples/try_cdp.py on html generated by paged_html_theme

references

trio

Trio libraries

Background on cdp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%