1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-23 00:28:10 +02:00
Commit Graph

65 Commits

Author SHA1 Message Date
1cf260cd59 fix order of arguments (#269) 2019-03-19 12:32:28 -04:00
71c246dd17 Feature/#236 cookies (#242)
* Added KeepCookies option to CDP driver

* Added LoadDocumentParams

* Added COOKIE_GET and COOKIE_SET methods
2019-03-15 19:59:05 -04:00
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
82f7317ebe Feature/#250 wait style (#257)
* Added WAIT_ATTR functions
2019-03-13 22:50:29 -04:00
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
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
63dfcdeefd Fixed dot notation for HTML elements (#239)
* Fixed dot notation for HTML elements
2019-02-25 21:46:39 -05:00
eb523f01cc Feature/#221 mouse events (#237)
* Initial work

* Added MoveMouseByXY and ScrollByXY

* Fixed liniting issues
2019-02-23 17:52:01 -05:00
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
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
f8e061cc80 Move value specific Iterable and Iterator interfaces into core module (#233)
* Move value specific Iterable and Iterator interfaces into core module

* Update Makefile

Reverted test command

* Update collection.go

* Fixed wrong iterator usage

* Updated use of switch statements
2019-02-15 07:41:08 -05:00
1af8b37a0f New type system (#232)
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
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
6bc4b3e0e3 Prevent memory leak (#213) 2018-12-19 16:12:37 -05:00
a5dec54a3c Fixed WAIT_CLASS args validation (#192) 2018-11-22 10:39:15 -05:00
47a4a18375 Fixed int oveflow for page load timeout 2018-11-21 23:11:01 -05:00
1af1cc2486 Fixes (#187) 2018-11-21 22:45:00 -05:00
d94a2fb004 Added timeout to DOCUMENT function (#186) 2018-11-21 20:38:27 -05:00
c6a4ede15d Feature/#177 hover (#178) 2018-11-15 14:33:53 -05:00
9131c676d9 #172 Added SCROLL_TOP and SCROLL_BOTTOM (#174) 2018-11-12 22:26:02 -05:00
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
de774ba03e Integration tests (#170) 2018-11-12 14:53:36 -05:00
dd13878f80 Implement DOWNLOAD function (#132) 2018-10-17 08:19:44 -04:00
6df08a60cb Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
91093d6d25 Formatting 2018-10-13 21:08:18 -04:00
2417be3f9d Implement PDF function, closes #20 (#114) 2018-10-13 18:12:46 -04:00
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
495cc34d77 #104 Added NAVIGATE_FORWARD function (#108) 2018-10-12 16:30:17 -04:00
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
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
05a7582bba Feature/inner html element child (#82)
* SOme wokrd

* Renamed example

* Updated example
2018-10-08 20:20:40 -04:00
03d9f2e561 Moved html drivers outside of standard library 2018-10-07 21:32:30 -04:00
957490efec Feature/#19 proxy (#72)
* #19 Some work on proxy

* Fixed linter issue
2018-10-07 21:23:36 -04:00
8f7edaedee Minor tweaks 2018-10-07 21:04:36 -04:00
4898f1b9cb Merge branch 'master' of github.com:MontFerret/ferret 2018-10-07 20:15:53 -04:00
fa466af940 Added optional timeout to NAVIGATE 2018-10-07 20:15:41 -04:00
e8adf42654 Implement SCREENSHOT function, closes #21 (#67) 2018-10-07 19:02:27 -04:00
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
24b20f308f Fix variable name 2018-10-05 20:42:23 -04:00
8942a5e584 Missed updating a bunch of identifiers 2018-10-05 19:40:09 -04:00
138f39d727 Merge branch 'master' into cleanup/fix-naming-convention 2018-10-05 17:42:28 -04:00
b970bf5a2b Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
31c31247ac Remove var-declaration errors 2018-10-05 17:38:12 -04:00
90c2c702e4 Rename variables and methods to match styleguide 2018-10-05 17:38:12 -04:00
3cb811c636 Fixed hashing 2018-10-05 15:17:22 -04:00
c650d28b29 Added support to open blank page 2018-10-04 21:37:28 -04:00
91fc6a1f4a #11 Added params 2018-09-28 21:04:16 -04:00
e427efd74e #27 Added logging 2018-09-28 00:28:33 -04:00
533f868b85 Added new methods 2018-09-27 22:03:35 -04:00
a8813f8b03 #26 Updated INPUT 2018-09-27 21:41:41 -04:00