1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/drivers/common
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
..
atomic.go Bugfix/#332 nav deadlock (#333) 2019-07-16 10:34:13 -04:00
attrs.go Next (#214) 2018-12-21 23:14:41 -05:00
errors.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
frames.go Feature/#230 xpath (#322) 2019-07-03 14:05:02 -04:00
getter.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
iterator.go Added missed errors to HTMLElement interface (#375) 2019-09-06 21:02:41 -04:00
lazy.go Bugfix/#332 nav deadlock (#333) 2019-07-16 10:34:13 -04:00
path.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
setter.go Added missed errors to HTMLElement interface (#375) 2019-09-06 21:02:41 -04:00
styles_test.go Feature/#250 wait style (#255) 2019-03-13 14:51:30 -04:00
styles.go Feature/#230 xpath (#322) 2019-07-03 14:05:02 -04:00
types.go Feature/#220 iframe support (#315) 2019-06-19 17:58:56 -04:00
ua.go Next (#214) 2018-12-21 23:14:41 -05:00