summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)AuthorFilesLines
2019-07-13Cookie injection supportLars-Dominik Braun1-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-09Add xml report for codecov.ioLars-Dominik Braun1-1/+1
2018-11-06Add simple asyncio-based DevTool communicationLars-Dominik Braun1-0/+4
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks.
2018-06-20Move tests to pytestLars-Dominik Braun1-0/+2
It just seems a little nicer than plain old unittest