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 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
..
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 formatting 2019-10-16 08:03:56 +02: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 Feature/#360 default driver params (#372) 2019-09-05 11:49:21 -04: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