Skip to content

Releases: yandex-qatools/htmlelements

1.20.0

23 Jan 10:16
Compare
Choose a tag to compare

Improvements

  • Update selenium version

Links

Commits since 1.19

1.19

23 Jan 10:16
Compare
Choose a tag to compare

Improvements

  • TypifiedElement implements WebElement - @ham1

Fixes

Links

Commits since 1.18

v1.18

21 Aug 09:12
Compare
Choose a tag to compare

Improvements

  • Selenium 3.5.1 integration (#140) - @doctordrue
  • Save getHeadingsAsString() result into variable to reduce unnecessary interactions with browser - @aanikeev

Fixes

  • Fixed possible NPE in TextInput by using ofNullable (#127) - @ham1
  • Fix array-out-of-bound error on getRowsMappedToHeaders(List) - @iamanikeev

Links

Commits since 1.17

v1.17

13 Jun 21:36
Compare
Choose a tag to compare
  • #126 - removed common-lang & lambdaj dependency
  • #94 - fix for cast exception when field can't be decorated

thx for Graham Russell

v1.16

10 Jun 11:37
Compare
Choose a tag to compare

Improvements

  • Fixed StaleElementReferenceException
  • Add TypifiedElement.exists and HtmlElement.exists
  • TypifiedElement implements WebElement
  • Fixed typos and some minor code refactoring
  • Replaced Block with FindBy in JavaDocs

Commits since 1.15

v1.15

23 Nov 19:12
Compare
Choose a tag to compare

Improvements

  • #102 - Update selenium-java up to 2.48.2 (and some refactorings for this version)
  • #98 - Use Java 8. Since this release its minimal supported version.

Commits since 1.14

v1.14

24 Jun 10:30
Compare
Choose a tag to compare

Improvements

  • #82 - Introduce new @Timeout annotation to avoid hardcoded implicitlywait. Just set value in seconds for block or element. Also can be used system property webdriver.timeouts.implicitlywait to setup default value which is currently 5 seconds.
  • #75 - Change the view of default element not found exception.
  • #76 - Completely remove @Block annotation which was deprecated in previous version. Breaking change!

Fixes

  • #84 - Form.fill() doesn't clear text inputs before calling sendKeys(). It was fixed.

Commits since 1.13

v1.13

15 Dec 18:56
Compare
Choose a tag to compare

Bugs

  • #60 - fix for #32 @OverRide issue in HtmlElement
  • #65 - Form.fill() doesn't clear text inputs before calling sendKeys() (via #66)

Improvements

  • #70 - support @FindBy annotation for classes
    It removes @Block annotation as unused. Breaking changes!

Commits since v1.12

@FindAll annotation support

05 May 11:12
Compare
Choose a tag to compare

1.12

New features

#59 - @FindAll annotation support
#57 - New typified element - Image

Commits since v1.11

1.11

05 May 11:25
Compare
Choose a tag to compare