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 |
|
Paul
|
6bc4b3e0e3
|
Prevent memory leak (#213)
|
2018-12-19 16:12:37 -05:00 |
|
Tim Voronov
|
a5dec54a3c
|
Fixed WAIT_CLASS args validation (#192)
|
2018-11-22 10:39:15 -05:00 |
|
Tim Voronov
|
47a4a18375
|
Fixed int oveflow for page load timeout
|
2018-11-21 23:11:01 -05:00 |
|
Tim Voronov
|
1af1cc2486
|
Fixes (#187)
|
2018-11-21 22:45:00 -05:00 |
|
Tim Voronov
|
d94a2fb004
|
Added timeout to DOCUMENT function (#186)
|
2018-11-21 20:38:27 -05:00 |
|
Tim Voronov
|
c6a4ede15d
|
Feature/#177 hover (#178)
|
2018-11-15 14:33:53 -05:00 |
|
Tim Voronov
|
9131c676d9
|
#172 Added SCROLL_TOP and SCROLL_BOTTOM (#174)
|
2018-11-12 22:26:02 -05:00 |
|
Tim Voronov
|
291d07cbef
|
Feature/custom iterator (#173)
* Added CollectionIterator interface
* Added PAGINATION function
* Fixed LIMIT clause
* Fixed linting issues
|
2018-11-12 19:58:12 -05:00 |
|
Tim Voronov
|
de774ba03e
|
Integration tests (#170)
|
2018-11-12 14:53:36 -05:00 |
|
Paul
|
dd13878f80
|
Implement DOWNLOAD function (#132)
|
2018-10-17 08:19:44 -04:00 |
|
3timeslazy
|
6df08a60cb
|
Rewrite comments, closing #118
|
2018-10-14 13:06:27 -04:00 |
|
Tim Voronov
|
91093d6d25
|
Formatting
|
2018-10-13 21:08:18 -04:00 |
|
Paul
|
2417be3f9d
|
Implement PDF function, closes #20 (#114)
|
2018-10-13 18:12:46 -04:00 |
|
Tim Voronov
|
42757a2a5a
|
Feature/#105 elements count (#109)
* #105 Added ELEMENTS_COUNT function
* Some minor updates
* Invalid return type
|
2018-10-12 21:52:27 -04:00 |
|
Tim Voronov
|
495cc34d77
|
#104 Added NAVIGATE_FORWARD function (#108)
|
2018-10-12 16:30:17 -04:00 |
|
Tim Voronov
|
93d5df5fe7
|
Feature/#103 navigate back (#107)
* #103 Added NAVIGATE_BACK function
* Commented out debugging test
* Updated implementation
|
2018-10-12 16:02:53 -04:00 |
|
Adam Argo
|
3829dffb91
|
Adds function to type value into input (#81)
* adds function to type input
* changes per feedback
* more PR feedback changes
* add context.Background()
|
2018-10-08 23:07:08 -04:00 |
|
Tim Voronov
|
05a7582bba
|
Feature/inner html element child (#82)
* SOme wokrd
* Renamed example
* Updated example
|
2018-10-08 20:20:40 -04:00 |
|
Tim Voronov
|
03d9f2e561
|
Moved html drivers outside of standard library
|
2018-10-07 21:32:30 -04:00 |
|
Tim Voronov
|
957490efec
|
Feature/#19 proxy (#72)
* #19 Some work on proxy
* Fixed linter issue
|
2018-10-07 21:23:36 -04:00 |
|
Tim Voronov
|
8f7edaedee
|
Minor tweaks
|
2018-10-07 21:04:36 -04:00 |
|
Tim Voronov
|
4898f1b9cb
|
Merge branch 'master' of github.com:MontFerret/ferret
|
2018-10-07 20:15:53 -04:00 |
|
Tim Voronov
|
fa466af940
|
Added optional timeout to NAVIGATE
|
2018-10-07 20:15:41 -04:00 |
|
Paul
|
e8adf42654
|
Implement SCREENSHOT function, closes #21 (#67)
|
2018-10-07 19:02:27 -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 |
|
David Landry
|
24b20f308f
|
Fix variable name
|
2018-10-05 20:42:23 -04:00 |
|
David Landry
|
8942a5e584
|
Missed updating a bunch of identifiers
|
2018-10-05 19:40:09 -04:00 |
|
David Landry
|
138f39d727
|
Merge branch 'master' into cleanup/fix-naming-convention
|
2018-10-05 17:42:28 -04:00 |
|
David Landry
|
b970bf5a2b
|
Fix unused-parameter errors
|
2018-10-05 17:38:12 -04:00 |
|
David Landry
|
31c31247ac
|
Remove var-declaration errors
|
2018-10-05 17:38:12 -04:00 |
|
David Landry
|
90c2c702e4
|
Rename variables and methods to match styleguide
|
2018-10-05 17:38:12 -04:00 |
|
Tim Voronov
|
3cb811c636
|
Fixed hashing
|
2018-10-05 15:17:22 -04:00 |
|
Tim Voronov
|
c650d28b29
|
Added support to open blank page
|
2018-10-04 21:37:28 -04:00 |
|
Tim Voronov
|
91fc6a1f4a
|
#11 Added params
|
2018-09-28 21:04:16 -04:00 |
|
Tim Voronov
|
e427efd74e
|
#27 Added logging
|
2018-09-28 00:28:33 -04:00 |
|
Tim Voronov
|
533f868b85
|
Added new methods
|
2018-09-27 22:03:35 -04:00 |
|
Tim Voronov
|
a8813f8b03
|
#26 Updated INPUT
|
2018-09-27 21:41:41 -04:00 |
|
Tim Voronov
|
f43d6fe870
|
#26 implemented INPUT
|
2018-09-27 19:24:58 -04:00 |
|
Tim Voronov
|
8b2e210317
|
Added possibility to use FOR loop in ternary expression
|
2018-09-27 19:05:56 -04:00 |
|
Tim Voronov
|
ef29241aa6
|
Added dynamic Element.value
|
2018-09-27 17:19:55 -04:00 |
|
Tim Voronov
|
69a7295da5
|
Added .Clone() method to runtime Value
|
2018-09-27 11:53:26 -04:00 |
|
Tim Voronov
|
eeee30856e
|
Improved events handling
|
2018-09-27 11:32:52 -04:00 |
|
Tim Voronov
|
38478e45eb
|
Fixed synchonization
|
2018-09-27 00:45:07 -04:00 |
|
Tim Voronov
|
447f9504a9
|
Added element syncrhonization
|
2018-09-27 00:26:56 -04:00 |
|
Tim Voronov
|
825c33010c
|
Refactored dynamic elements
|
2018-09-26 22:03:06 -04:00 |
|
Tim Voronov
|
a6b51a1f40
|
#23 Added NAVIGATE
|
2018-09-25 19:04:07 -04:00 |
|
Tim Voronov
|
81d70fc1f8
|
Fixed dead lock
|
2018-09-25 18:06:45 -04:00 |
|
Tim Voronov
|
ea6007b99e
|
#22 Added WAIT_NAVIGATION
|
2018-09-25 17:58:57 -04:00 |
|
Tim Voronov
|
64d0f585b4
|
Added possibility to dispatch events on node
|
2018-09-25 11:43:58 -04:00 |
|