Releases: yandex-qatools/htmlelements
Releases · yandex-qatools/htmlelements
1.20.0
1.19
Improvements
- TypifiedElement implements WebElement - @ham1
Fixes
- Fix StaleElementReferenceException - @eroshenkoam
Links
v1.18
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
v1.17
- #126 - removed common-lang & lambdaj dependency
- #94 - fix for cast exception when field can't be decorated
thx for Graham Russell
v1.16
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
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
Improvements
- #82 - Introduce new
@Timeout
annotation to avoid hardcoded implicitlywait. Just set value in seconds for block or element. Also can be used system propertywebdriver.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 callingsendKeys()
. It was fixed.
Commits since 1.13
v1.13
@FindAll annotation support
1.12
New features
#59 - @FindAll
annotation support
#57 - New typified element - Image