Tim Voronov
145a16f97d
Bugfix/#421 xpath ( #435 )
...
* Fixed attr retrieval using XPATH in CDP
* Updated single node value in CDP
* Added e2e test
* Fixed attr retrieval with XPATH for HTTP driver
* Update Makefile
* Update attr.fql
2019-12-29 12:46:46 -05:00
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
Tim Voronov
9b762d32ee
Feature/#360 default driver params ( #372 )
...
* Added default headers and cookies
* wip
* Added tests
* Added default headers and cookies to HTTP driver
* Removed unused struct prop
2019-09-05 11:49:21 -04:00
Tim Voronov
af1125c8e9
Added INPUT_CLEAR function ( #366 )
...
* Added INPUT_CLEAR function
* Fixed linting issue
* Fixed formatting
2019-09-01 16:09:35 -04:00
Tim Voronov
11bf8c365a
Fixed headers ( #348 )
...
* Fixed headers
* Added e2e for static pages
2019-08-04 17:25:47 -04:00
Tim Voronov
7e6b3bf15d
Feature/focus ( #340 )
...
* Added and implemented Focus and FocusBySelector methods
* Added e2e tests
* Updated CHANGELOG
* Fixed linting errors
2019-07-23 16:13:04 -04:00
Tim Voronov
14c487ca46
Updated pagination iterator ( #338 )
...
* Updated pagination iterator
* Added e2e test
* Fixed e2e tests
2019-07-23 12:44:30 -04:00
Tim Voronov
ddfb7a20e8
Added missed property in Document getter
2019-07-17 18:41:57 -04:00
Tim Voronov
63201148ac
Added possibility to set custom viewport size ( #334 )
...
* Added possibility to set custom viewport size
* Fixed linting issue
* Renamed ScreenSize to Viewport
* Updated e2e test
2019-07-17 13:29:16 -04:00
Tim Voronov
a5cbdb435c
Bugfix/#332 nav deadlock ( #333 )
...
* Added failing e2e test
* Fixed deadlock on navigation
* Removed filter for e2e tests
* Updated method name in LazyValue struct
* Custom atomic value
* Fixed linting issue
* Updated comments
2019-07-16 10:34:13 -04:00
Tim Voronov
347bae2e45
Feature/#265 dom manipulations ( #329 )
...
* Added SetInnerHTML method
* Added E2E tests
* Refactored GetInnerText* methods
* Updated e2e tests
* Moved related E2E tests to folders
* Added error message
* Added E2E tests
* Added E2E for static driver
2019-07-11 17:16:34 -04:00
Tim Voronov
7ce6797e9c
Feature/#230 xpath ( #322 )
...
* Implemented XPath for CDP driver
* Added XPATH function
* Added e2e tests for CDP
* Fixed linting issues
* Added support of XPath to HTTP driver
* Fixed linting issues
2019-07-03 14:05:02 -04:00
Tim Voronov
d7b923e4c3
Feature/#220 iframe support ( #315 )
...
* Refactored Virtual DOM structure
* Added new E2E tests
* Updated E2E Test Runner
2019-06-19 17:58:56 -04:00