2 comments

[ 3.2 ms ] story [ 15.8 ms ] thread
This is a python module that is meant to be used with something like selenium (although it has a simple "ABI") and additional backend (browser) modules can be written to provide the information it needs to evaluate the status and invoke the correct handler for each page / status.

This is a WIP and there are some rough edges as it was a private project that I decided to open up today.

In the near future I'll add test cases and better examples but for the moment there is a very simple example that navigates wikipedia given a starting search term (does not ensure that the browser stays in the site!).

Any questions or suggestions are more than welcome.

You should include a readme.md with an explanation of your project.