Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ferret_checksums.txt | 2019-07-23 | 371 Bytes | |
ferret_darwin_x86_64.tar.gz | 2019-07-23 | 5.0 MB | |
ferret_linux_arm64.tar.gz | 2019-07-23 | 4.4 MB | |
ferret_linux_x86_64.tar.gz | 2019-07-23 | 4.7 MB | |
ferret_windows_x86_64.zip | 2019-07-23 | 4.7 MB | |
README.md | 2019-07-23 | 2.1 kB | |
Totals: 6 Items | 18.7 MB | 0 |
Added
- Delay randomization for inputs. #283
- Namespace support. #269
- iframe support. #315
- Better emulation of user interaction. #316, #331
ESCAPE_HTML
,UNESCAPE_HTML
andDECODE_URI_COMPONENT
functions. #318- XPath support. #322
- Regular expression operator. #326
INNER_HTML_SET
andINNER_TEXT_SET
functions. #329- Possibility to set viewport size. #334
FOCUS
function. #340
Changed
RAND
accepts optional upper and lower limits. #271- Updated CDP definitions. #328
- Logic of iterator termination. #330
Fixed
- Order of arguments in
SCROLL
function. #269 - The command line parameter "--param" does not support colon. #282
- Race condition during
WAIT_NAVIGATION
call. #281 - Arithmetic operators. #298
- Missed UA setting for HTTP driver. #318
- Improper math operator used in calculating page load timeout. #319
- Wrong function names in README. #321
- JSON serialization for HTTPHeader type. #323