Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ferret_checksums.txt | 2018-12-25 | 371 Bytes | |
ferret_darwin_x86_64.tar.gz | 2018-12-25 | 3.9 MB | |
ferret_linux_arm64.tar.gz | 2018-12-25 | 3.4 MB | |
ferret_linux_x86_64.tar.gz | 2018-12-25 | 3.7 MB | |
ferret_windows_x86_64.zip | 2018-12-25 | 3.7 MB | |
README.md | 2018-12-25 | 1.2 kB | |
Totals: 6 Items | 14.7 MB | 0 |
Added
- Added support for
context.Done()
to interrupt an execution #201. - Added support for custom HTML drivers #209.
- Added support for dot notation access and assignments for custom types #214
-
Added
ELEMENT_EXISTS(doc, selector) -> Boolean
function #210.LET exists = ELEMENT_EXISTS(doc, ".nav") - Added
PageLoadParams
toDOCUMENT
function #214.LET doc = DOCUMENT("https://www.google.com/", { dynamic: true, timeout: 10000 })
Fixed
Breaking change
- (Embedded) Removed builtin drivers initialization in Program #198. The initialization must be done via context manually.