1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/cli
Tim Voronov 5620be211c
Next (#214)
* Renamed DOCUMENT to PAGE

* Added PageLoadParams

* Added PageLoadParams

* Renamed LoadPageParams -> PageLoadParams

* Added support for context.Done() (#201)

* Bug/#189 operators precedence (#202)

* Fixed math operators precedence

* Fixed logical operators precedence

* Fixed array operator

* Added support for parentheses to enforce a different operator evaluation order

* Feature/#200 drivers (#209)

* Added new interfaces

* Renamed dynamic to cdp driver

* Renamed drivers

* Added ELEMENT_EXISTS function (#210)

* Renamed back PAGE to DOCUMENT (#211)

* Added Getter and Setter interfaces
2018-12-21 23:14:41 -05:00
..
browser Reorganized CLI 2018-10-04 22:13:52 -04:00
exec.go Next (#214) 2018-12-21 23:14:41 -05:00
logger.go Reorganized CLI 2018-10-04 22:13:52 -04:00
options.go Next (#214) 2018-12-21 23:14:41 -05:00
repl.go Next (#214) 2018-12-21 23:14:41 -05:00
timer.go Reorganized CLI 2018-10-04 22:13:52 -04:00