Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-13 | Cookie injection support | Lars-Dominik Braun | 1 | -0/+2 | |
Add command-line options injecting individual cookies or cookie file into Chrome. Provide default cookie file. This changes the IRC bot’s command splitting to shlex.split, which allows shell-like argument quoting. Fixes #7. | |||||
2018-11-09 | Add xml report for codecov.io | Lars-Dominik Braun | 1 | -1/+1 | |
2018-11-06 | Add simple asyncio-based DevTool communication | Lars-Dominik Braun | 1 | -0/+4 | |
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks. | |||||
2018-06-20 | Move tests to pytest | Lars-Dominik Braun | 1 | -0/+2 | |
It just seems a little nicer than plain old unittest |