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 f39face8bf
Bugfix/click (#355)
* Added ability to use ClickBySelector with an element

* Fixes

* Increased timeout time
2019-08-24 20:26:27 -04:00
..
attr_get.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
attr_remove.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
attr_set.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
click_all.go Bugfix/click (#355) 2019-08-24 20:26:27 -04:00
click.go Bugfix/click (#355) 2019-08-24 20:26:27 -04:00
cookie_del.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
cookie_get.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
cookie_set.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
document.go Fixed headers (#348) 2019-08-04 17:25:47 -04:00
download.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
element_exists.go Added errors to ClickX methods and added existence check (#341) 2019-07-26 13:22:06 -04:00
element.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
elements_count.go Added Context to HTML methods (#235) 2019-02-20 21:24:05 -05:00
elements.go Added Context to HTML methods (#235) 2019-02-20 21:24:05 -05:00
focus.go Feature/focus (#340) 2019-07-23 16:13:04 -04:00
get_inner_html_all.go Feature/#265 dom manipulations (#329) 2019-07-11 17:16:34 -04:00
get_inner_html.go Feature/#265 dom manipulations (#329) 2019-07-11 17:16:34 -04:00
get_inner_text_all.go Feature/#265 dom manipulations (#329) 2019-07-11 17:16:34 -04:00
get_inner_text.go Feature/#265 dom manipulations (#329) 2019-07-11 17:16:34 -04:00
hover.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
input.go Added errors to ClickX methods and added existence check (#341) 2019-07-26 13:22:06 -04:00
lib.go Feature/focus (#340) 2019-07-23 16:13:04 -04:00
mouse_xy.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
navigate_back.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
navigate_forward.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
navigate.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
pagination.go Added errors to ClickX methods and added existence check (#341) 2019-07-26 13:22:06 -04:00
pdf.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
screenshot.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
scroll_bottom.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
scroll_element.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
scroll_top.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
scroll_xy.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
select.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
set_inner_html.go Feature/#265 dom manipulations (#329) 2019-07-11 17:16:34 -04:00
set_inner_text.go Feature/#265 dom manipulations (#329) 2019-07-11 17:16:34 -04:00
style_get.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
style_remove.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
style_set.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_attr_all.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_attr.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_class_all.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_class.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_element.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_navigation.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_style_all.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
wait_style.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
xpath.go Feature/#230 xpath (#322) 2019-07-03 14:05:02 -04:00