Releases: ThisGuyCodes/ngSe
Missing retryable exception
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.
remove duplicate method
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.
0.1.6
fix operation of Browser.fill()
0.1.5
move default exposed interfaces to __init__.py
instead of __main__.py
so they can actually be used as expected.
0.1.4
fix import bug with app pages
0.1.3
version bump
relative import fix
just a potential bugfix with some internal imports in __main__.py