1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/stdlib/html
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
..
click_all.go Next (#214) 2018-12-21 23:14:41 -05:00
click.go Next (#214) 2018-12-21 23:14:41 -05:00
document.go Next (#214) 2018-12-21 23:14:41 -05:00
download.go Next (#214) 2018-12-21 23:14:41 -05:00
element_exists.go Next (#214) 2018-12-21 23:14:41 -05:00
element.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
elements_count.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
elements.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
hover.go Next (#214) 2018-12-21 23:14:41 -05:00
inner_html_all.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
inner_html.go Fixes (#187) 2018-11-21 22:45:00 -05:00
inner_text_all.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
inner_text.go Fixes (#187) 2018-11-21 22:45:00 -05:00
input.go Next (#214) 2018-12-21 23:14:41 -05:00
lib.go Next (#214) 2018-12-21 23:14:41 -05:00
navigate_back.go Next (#214) 2018-12-21 23:14:41 -05:00
navigate_forward.go Next (#214) 2018-12-21 23:14:41 -05:00
navigate.go Next (#214) 2018-12-21 23:14:41 -05:00
pagination.go Next (#214) 2018-12-21 23:14:41 -05:00
parse.go Next (#214) 2018-12-21 23:14:41 -05:00
pdf.go Next (#214) 2018-12-21 23:14:41 -05:00
screenshot.go Next (#214) 2018-12-21 23:14:41 -05:00
scroll_bottom.go Next (#214) 2018-12-21 23:14:41 -05:00
scroll_element.go Next (#214) 2018-12-21 23:14:41 -05:00
scroll_top.go Next (#214) 2018-12-21 23:14:41 -05:00
select.go Next (#214) 2018-12-21 23:14:41 -05:00
wait_class_all.go Next (#214) 2018-12-21 23:14:41 -05:00
wait_class.go Next (#214) 2018-12-21 23:14:41 -05:00
wait_element.go Next (#214) 2018-12-21 23:14:41 -05:00
wait_navigation.go Next (#214) 2018-12-21 23:14:41 -05:00