Skip to content

Releases: google/pageloader

Change visibleText normalization in HtmlPageLoader to match WebDriver

25 Feb 18:54
Compare
Choose a tag to compare
Merge pull request #33 from DrMarcII/master

Fix bug in string normalization code.

Version 1.3.1

20 Feb 22:01
Compare
Choose a tag to compare

Prep for release to pub.

Add travis build.

Version 1.3.0

04 Feb 18:25
Compare
Choose a tag to compare

Add option to disable Shadow DOM support.

Note: this introduces breaking changes to signatures of the PageLoader constructors.

Version 1.2.6

29 Jan 16:57
Compare
Choose a tag to compare

Fixes typing for TextAreaElement.

Version 1.2.5

21 Jan 01:33
Compare
Choose a tag to compare

Adds EnsureTag annotation.

Version 1.2.4

12 Jan 20:57
Compare
Choose a tag to compare

Add eventTarget parameter to PageLoaderMouse interface.
Add Global annotation.
Cleanup formatting with dartformat.

Verison 1.2.3

16 Dec 20:29
Compare
Choose a tag to compare

Improve type() for HtmlPageLoader.

Version 1.2.2_1

11 Dec 23:02
Compare
Choose a tag to compare

Cleanup to the Lazy implementation.

Version 1.2.2

10 Dec 22:41
Compare
Choose a tag to compare

Add Lazy type for use with function fields.

Version 1.2.1

04 Nov 21:03
Compare
Choose a tag to compare

Add optional eventTarget parameter to mouse methods on HtmlPageLoader.