1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/drivers/http
Tim Voronov 4af0e0f15f
Added possibility to load pages from memory (#434)
* Added possibility to load pages from memory

* Fixed indent
2020-01-04 12:57:41 -05:00
..
document_test.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
document.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
driver.go Added possibility to load pages from memory (#434) 2020-01-04 12:57:41 -05:00
element_test.go Added missed errors to HTMLElement interface (#375) 2019-09-06 21:02:41 -04:00
element.go fixed bug where ExistsBySelector() would look at element's parents instead of children. 2019-09-22 17:36:20 +02:00
helpers.go Bugfix/#421 xpath (#435) 2019-12-29 12:46:46 -05:00
options.go changed AllowedHTTPCodes from []int to map[int]struct{} 2019-10-16 00:07:01 +02:00
page.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00