Skip to content

Releases: thisguycodes/ngSe

Missing retryable exception

Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 26 Jun 09:35
0.1.11

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

0.1.10

0.1.10 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 13 Feb 20:35

add custom byclauses to ease interaction with lists and tables

0.1.9

0.1.9 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 12 Feb 20:20

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

0.1.8

0.1.8 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 11 Feb 01:38

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

remove duplicate method

Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 11 Feb 00:21

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

0.1.6 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 11 Feb 00:03

fix operation of Browser.fill()

0.1.5

0.1.5 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 10 Feb 23:24

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

0.1.4

0.1.4 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 10 Feb 23:14

fix import bug with app pages

0.1.3

0.1.3 Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 10 Feb 06:58
version bump

relative import fix

relative import fix Pre-release
Pre-release

Choose a tag to compare

@thisguycodes thisguycodes released this 05 Feb 01:07

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