1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
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
Tim Voronov
570c1b4548
Bug/#80 element not found (#99)
* SOme work

* Some refactoring

* Work on stabalizing queries

* Removed unit test for debugging

* Fixed linter errors

* Added logging when NodeID is 0

* Added --time param to CLI
2018-10-11 12:39:03 -04:00
Adam Argo
ab63371892 adds WAIT_FOR_ELEMENT as sometimes WAIT_NAVIGATION isn't sufficient (#90) 2018-10-09 16:02:57 -04:00
Tim Voronov
65a7f2a2df Updated example with Google Search 2018-10-08 23:28:15 -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
957490efec
Feature/#19 proxy (#72)
* #19 Some work on proxy

* Fixed linter issue
2018-10-07 21:23:36 -04:00
Tim Voronov
fa466af940 Added optional timeout to NAVIGATE 2018-10-07 20:15:41 -04:00
Tim Voronov
1db9082085
Update static-page.fql 2018-10-07 02:24:29 -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
Tim Voronov
e8d82d9396 Moved exmples folder 2018-10-05 23:36:23 -04:00