Releases: hdorgeval/puppeteer-core-controller
v1.24.0
[1.24.0] - 2020-01-02
Added
- add
withValue(text)
to the Selector API
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1240---2020-01-02
v1.23.0
[1.23.0] - 2020-01-01
Added
- add
recordRequestsTo(url)
to the Fluent API - add helper method
getRequestsTo(url)
to the controller - add helper method
getLastRequestTo(url)
to the controller - add helper method
clearRequestsTo(url)
to the controller
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1230---2020-01-01
v1.22.0
[1.22.0] - 2019-12-29
Added
- add
waitUntil(predicate)
to the Fluent API - add helper method
getFirstHandleOrNull()
to the Selector API - add helper method
count()
to the Selector API
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1220---2019-12-29
v1.21.2
[1.21.2] - 2019-12-27
Fixed
- fix(controller): select by label instead of by value
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1212---2019-12-27
v1.21.1
[1.21.1] - 2019-12-26
Fixed
- do not throw while checking selector existence
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1211---2019-12-26
v1.21.0
[1.21.0] - 2019-12-26
Added
-
add
expectThat(selector).hasAttribute(attributeName).withValue(attributeValue)
method in the fluent assertion API -
add
isVisible()
helper method on the Selector API
Fixed
- do not throw while checking selector existence
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1210---2019-12-26
v1.20.0
[1.20.0] - 2019-12-23
Added
- add
find(selector)
method on the Selector API - add
withText(text)
method on the Selector API - add
nth(index)
method on the Selector API - add
parent()
method on the Selector API
Changed
- update dependencies
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1200---2019-12-23
v1.19.0
[1.19.0] - 2019-12-20
Added
- add
getAllOptionsOf(selector)
helper method on the controller
Fixed
- Trying to select an unknown option in a SELECT changes the currently selected option and triggers a value change: now there is an explicit check that the option is available in the SELECT.
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1190---2019-12-20
v1.18.0
[1.18.0] - 2019-12-18
Added
-
add
selector()
method on the controller as an entry point to a new Selector APIThis Selector API will enable to target dom elements that are embedded in complex dom hierarchy or repeated components
-
add
currentPage
helper property on the controller
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1180---2019-12-18
v1.17.0
[1.17.0] - 2019-12-17
Added
- add
expectThat(selector).hasText(text)
method in the fluent assertion API - add
getInnerTextOf()
helper method on the controler
https://github.com/hdorgeval/puppeteer-core-controller/blob/master/CHANGELOG.md#1170---2019-12-17