brozzler/README.md

19 lines
343 B
Markdown
Raw Normal View History

2014-01-21 01:43:16 -05:00
umbra
=====
Browser automation via chrome debug protocol
Install
======
2014-01-21 21:36:14 +00:00
Install via pip from this repo.
Run
=====
"umbra" script should be in bin/.
Currently we create a browser and navigate to a single page,
then exit. We are receiving the network events, but don't yet
have anything to do with them. AMQP/RabbitMQ integration is next.
2014-01-21 01:43:16 -05:00