Tim Voronov
|
6e15846d0f
|
Added Context to HTML methods (#235)
* Added Context to HTML methods
* Fixed unit tests
* Updated timeout
* Fixed WAIT_CLASS timeout
|
2019-02-20 21:24:05 -05:00 |
|
Tim Voronov
|
34c8c02258
|
Refactoring/externalized html (#234)
* Externalized HTML drivers
* Fixed unit tests
* Updated logging
* Added support to set default driver
* Updated GetIn and SetIn helpers
|
2019-02-19 18:10:18 -05:00 |
|
Tim Voronov
|
1af8b37a0f
|
New type system (#232)
* New type system
* Fixed dot notation for HTML elements
|
2019-02-13 12:31:18 -05:00 |
|
Tim Voronov
|
5620be211c
|
Next (#214)
* Renamed DOCUMENT to PAGE
* Added PageLoadParams
* Added PageLoadParams
* Renamed LoadPageParams -> PageLoadParams
* Added support for context.Done() (#201)
* Bug/#189 operators precedence (#202)
* Fixed math operators precedence
* Fixed logical operators precedence
* Fixed array operator
* Added support for parentheses to enforce a different operator evaluation order
* Feature/#200 drivers (#209)
* Added new interfaces
* Renamed dynamic to cdp driver
* Renamed drivers
* Added ELEMENT_EXISTS function (#210)
* Renamed back PAGE to DOCUMENT (#211)
* Added Getter and Setter interfaces
|
2018-12-21 23:14:41 -05:00 |
|
3timeslazy
|
6df08a60cb
|
Rewrite comments, closing #118
|
2018-10-14 13:06:27 -04:00 |
|
Tim Voronov
|
03d9f2e561
|
Moved html drivers outside of standard library
|
2018-10-07 21:32:30 -04:00 |
|
Tim Voronov
|
e64ad4ec0e
|
Feature/#33 wait class function (#63)
* #33 Lib cleanup. Added WAIT_CLASS and WAIT_CLASS_ALL functions
* #33 Fixed attr update
* #33 HTMLElement.WaitForClass
* #33 Updated HTMLDocument.WaitForClass
|
2018-10-06 22:33:39 -04:00 |
|