Skip to content

Releases: redfin/patient-selenium

3.1.4 : Reverting and changing driver initializer

16 Apr 00:29
Compare
Choose a tag to compare

Reverting the previous and more complex attempt to allow driver initialization in favor of a simple method on the driver itself.

3.1.3 : Allow driver initialization

16 Apr 00:00
Compare
Choose a tag to compare

Adds in a driver initialization method that makes sure the cached driver is non null and calls the method before finding an element. This makes it so that even with nested elements, the driver initialization is not counted into the element location timeout.

3.1.2 : Updating base widget

15 Apr 02:52
Compare
Choose a tag to compare

Update the base widget object to allow it to return the wrapped base element. Also fix the yaml config to fix the travis builds.

3.1.1 : Fixed broken page object initialization

13 Dec 22:24
Compare
Choose a tag to compare

The previous release was too hasty and broke page object initialization with widgets. This fixes the previous fix.

3.1.0 : Fixed a few page object initialization issues

13 Dec 19:27
Compare
Choose a tag to compare

(edited : this release is broken)

Fixed a few issues from the change to allow widgets to be initialized and cleaned up some comments and documentation.

3.0.0 : Dependency version bump and page object initialization changes.

13 Dec 05:13
Compare
Choose a tag to compare

This release bumps some of the dependency versions. It also makes some changes to page object initialization. Widgets can be null and still be initialized. The page object initializer can also now, when given a widget and element, initialize a widget outside of a page context.

2.2.0 - Bumping selenium dependency version

19 Apr 04:57
Compare
Choose a tag to compare

Increasing the Selenium dependency version to 3.141.59.

2.1.0 - Full version 2 release

22 Sep 20:56
Compare
Choose a tag to compare

Release version for the updates. Also now allows page object initializers to create widgets before initializing.

2.0.0-RC2

08 Sep 20:51
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release

Reworked the internal code to address end user feedback, improve page object initialization, and to avoid nested wait calls when locating an element from another element rather than from the driver.

2.0.3-RC1

05 Sep 05:25
Compare
Choose a tag to compare
2.0.3-RC1 Pre-release
Pre-release

Updating the API some more for easier extensibility after getting some feedback. Reworking the test cases.