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 fe7b45df6e
Bugfix/#399 navigation (#432)
* Refactored networking

* Some work

* Added event loop

* Renamed EventHandler to Handler

* wip

* Removed console logs

* Added DOMManager

* Refactored frame managment

* Fixes

* Fixed concurrency issues

* Fixed unit tests

* Improved EventLoop api

* Some fixes

* Refactored event loop.

* Improved logic of initial page load

* Cleaned up

* Fixed linting issues

* Fixed dom.Manager.Close

* SOme works

* Fixes

* Removed fmt.Println statements

* Refactored WaitForNavigation

* Removed filter for e2e tests

* Made Cookies Measurable

* Made Cookies KeyedCollection

* Fixes after code review

* Updated e2e tests for iframes

* Fixed iframe lookup in e2e tests

* Added comments
2019-12-24 18:47:21 -05:00
..
attr_get.go Updated comments 2019-09-07 14:03:17 -04:00
attr_remove.go Updated comments 2019-09-07 14:03:17 -04:00
attr_set.go Updated comments 2019-09-07 14:03:17 -04:00
blur.go Added BLUR function 2019-09-07 12:59:37 -04:00
clear.go Updated comments 2019-09-07 14:03:17 -04:00
click_all.go Updated comments 2019-09-07 14:03:17 -04:00
click.go Updated comments 2019-09-07 14:03:17 -04:00
cookie_del.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
cookie_get.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
cookie_set.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
document.go Updated comments 2019-09-07 14:03:17 -04:00
download.go Updated comments 2019-09-07 14:03:17 -04:00
element_exists.go Updated comments 2019-09-07 14:03:17 -04:00
element.go Updated comments 2019-09-07 14:03:17 -04:00
elements_count.go Updated comments 2019-09-07 14:03:17 -04:00
elements.go Updated comments 2019-09-07 14:03:17 -04:00
focus.go Added BLUR function 2019-09-07 12:59:37 -04:00
get_inner_html_all.go Updated comments 2019-09-07 14:03:17 -04:00
get_inner_html.go Updated comments 2019-09-07 14:03:17 -04:00
get_inner_text_all.go Updated comments 2019-09-07 14:03:17 -04:00
get_inner_text.go Updated comments 2019-09-07 14:03:17 -04:00
hover.go Updated comments 2019-09-07 14:03:17 -04:00
input.go Updated comments 2019-09-07 14:03:17 -04:00
lib.go build core.Functions with map 2019-10-15 21:06:48 +03:00
mouse_xy.go Updated comments 2019-09-07 14:03:17 -04:00
navigate_back.go Updated comments 2019-09-07 14:03:17 -04:00
navigate_forward.go Updated comments 2019-09-07 14:03:17 -04:00
navigate.go Updated comments 2019-09-07 14:03:17 -04:00
pagination.go Updated comments 2019-09-07 14:03:17 -04:00
pdf.go Updated comments 2019-09-07 14:03:17 -04:00
screenshot.go Updated comments 2019-09-07 14:03:17 -04:00
scroll_bottom.go Updated comments 2019-09-07 14:03:17 -04:00
scroll_element.go Updated comments 2019-09-07 14:03:17 -04:00
scroll_top.go Updated comments 2019-09-07 14:03:17 -04:00
scroll_xy.go Updated comments 2019-09-07 14:03:17 -04:00
select.go Updated comments 2019-09-07 14:03:17 -04:00
set_inner_html.go Updated comments 2019-09-07 14:03:17 -04:00
set_inner_text.go Updated comments 2019-09-07 14:03:17 -04:00
style_get.go Updated comments 2019-09-07 14:03:17 -04:00
style_remove.go Updated comments 2019-09-07 14:03:17 -04:00
style_set.go Updated comments 2019-09-07 14:03:17 -04:00
wait_attr_all.go Updated comments 2019-09-07 14:03:17 -04:00
wait_attr.go Updated comments 2019-09-07 14:03:17 -04:00
wait_class_all.go Updated comments 2019-09-07 14:03:17 -04:00
wait_class.go Updated comments 2019-09-07 14:03:17 -04:00
wait_element.go Updated comments 2019-09-07 14:03:17 -04:00
wait_navigation.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
wait_style_all.go Updated comments 2019-09-07 14:03:17 -04:00
wait_style.go Updated comments 2019-09-07 14:03:17 -04:00
xpath.go Updated comments 2019-09-07 14:03:17 -04:00