Skip to content

Releases: ThisGuyCodes/ngSe

Missing retryable exception

26 Jun 09:35
0.1.11
Compare
Choose a tag to compare
Pre-release

added a missing retryable exception. This has the accepted side effect of making some actual failures potentially take longer.

0.1.10

13 Feb 20:35
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

add custom byclauses to ease interaction with lists and tables

0.1.9

12 Feb 20:20
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

add return value for Browser.wait_for() (the element it finds)

0.1.8

11 Feb 01:38
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

made Browser.wait_for() a more complete passt hrough, offloading the responsibility for passed arguments.

remove duplicate method

11 Feb 00:21
Compare
Choose a tag to compare
Pre-release

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

11 Feb 00:03
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

fix operation of Browser.fill()

0.1.5

10 Feb 23:24
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

move default exposed interfaces to __init__.py instead of __main__.py so they can actually be used as expected.

0.1.4

10 Feb 23:14
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

fix import bug with app pages

0.1.3

10 Feb 06:58
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
version bump

relative import fix

05 Feb 01:07
Compare
Choose a tag to compare
relative import fix Pre-release
Pre-release

just a potential bugfix with some internal imports in __main__.py