|
2baac62d1e
|
Bugfix/#559 html escaping (#573)
Added jettison for json encoding
|
2020-11-23 20:12:04 -05:00 |
|
|
162dd07346
|
Feature/425 iframe navigation (#535)
* Updated navigation logic
* Fixed goroutine deadlock
* Fixed closing chan
* Added support of waiting for individual frame navigation
* Updated EventLoop API in order to avoid double closing of event sources
* Fixed attr retrieval
* Removed redundant println
* Updated DOM Readiness check
|
2020-07-13 14:13:03 -04:00 |
|
|
8e13cf9134
|
Refactored input and select (#331)
* Refactored input and select
* WIP
* Fixed serialization
* Fixed scriolling
* Fixed XPath result handling
* Renamed some methods
|
2019-07-16 18:17:42 -04:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|