Tim Voronov
|
e17ce5a3d5
|
Feature/#250 wait style 2 (#260)
* Added WAIT_STYLE and WAIT_NO_STYLE
* Added WAIT_NO_STYLE and WAIT_NO_STYLE_ALL functions
|
2019-03-14 22:10:15 -04:00 |
|
Tim Voronov
|
82f7317ebe
|
Feature/#250 wait style (#257)
* Added WAIT_ATTR functions
|
2019-03-13 22:50:29 -04:00 |
|
Tim Voronov
|
376ad77404
|
Feature/#250 wait style (#255)
* Added support for parsed styles
* Added stdlib function.
* Added e2e tests
* Added e2e tests for STYLE_* functions
|
2019-03-13 14:51:30 -04:00 |
|
Tim Voronov
|
d0caef8be7
|
Feature/#229 wait no element (#249)
* Added possibility to wait for an element or a class absence
|
2019-03-06 21:52:41 -05:00 |
|
Tim Voronov
|
63dfcdeefd
|
Fixed dot notation for HTML elements (#239)
* Fixed dot notation for HTML elements
|
2019-02-25 21:46:39 -05:00 |
|
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 |
|