added a missing retryable exception. This has the accepted side effect of making some actual failures potentially take longer.
0.1.10
add custom byclauses to ease interaction with lists and tables
0.1.9
add return value for `Browser.wait_for()` (the element it finds)
0.1.8
made `Browser.wait_for()` a more complete passt hrough, offloading the responsibility for passed arguments.
0.1.7
This could arguably be a breaking change, but we're pre-1.0 so deal with it.
We had two methods for 'wait for element', that operated a bit differently. I removed the one I didn't agree with and added some more comments about intended functionality.