1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-15 01:25:00 +02:00
Commit Graph

708 Commits

Author SHA1 Message Date
3d06bc92d5 Updated go.sum and changelog 2020-11-23 20:23:04 -05:00
2baac62d1e Bugfix/#559 html escaping (#573)
Added jettison for json encoding
2020-11-23 20:12:04 -05:00
40cb01b52b Bump github.com/antchfx/xpath from 1.1.10 to 1.1.11 (#572)
Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.10 to 1.1.11.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.10...v1.1.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-23 11:54:16 -05:00
8629b57fa7 Added GetParentElement to HTMLElement struct (#571)
* Added GetParentElement to HTMLElement struct

* Fixed linter issue

* Fixed formatting
2020-11-20 23:09:12 -05:00
7eed93721c Added support of computed styles (#570)
* Added support of computed styles

* Updated style updates

* Fixed linter issues

* Updated styles manipulation in static driver

* Updated e2e tests

* Updated methods

* Updated e2e tests

* Updated README
2020-11-20 20:09:21 -05:00
01088247e2 Added support of Element.nextElementSibling and Element.previousEleme… (#569)
* Added support of Element.nextElementSibling and Element.previousElementSibling

* Fixed linting issues

* Removed reedundant logger use
2020-11-13 21:48:00 -05:00
8a40d7b46f Updated CHANGELOG 2020-11-10 21:55:11 -05:00
cfc22be90c Updated go.sum 2020-11-10 21:49:43 -05:00
dca7267e82 Chore/actions (#568)
* Renamed REGEXP_REPLACE to REGEX_REPLACE in e2e tests

* Updated example test suites

* Fixed config file

* Updated go.sum

* Switched back to ubuntu

* Added release action
2020-11-10 21:13:29 -05:00
6223bbe2d9 Added example of pagintion using while loop 2020-11-10 19:19:46 -05:00
bd07b84736 Feature/#262 while loop (#567)
* Added new syntax and iterator

* Added FOR-WHILE loop

* Added 'FOR-DO-WHILE loop'
2020-11-10 19:16:22 -05:00
bc4bd94eb1 Bump github.com/PuerkitoBio/goquery from 1.5.1 to 1.6.0 (#562)
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-08 14:36:02 -05:00
71a029207e Bump github.com/mafredri/cdp from 0.29.2 to 0.30.0 (#563)
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.29.2 to 0.30.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.29.2...v0.30.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-08 14:35:25 -05:00
83d93016bf Minor grammar and rewording changes of README (#566)
* Minor grammar and rewording changes of README

* Fix typo in README

* Add link to montferret.dev docs
2020-10-31 15:40:58 -04:00
0890f94c24 Reorganize README (#565)
Re-order and change heading level to adjust grouping
2020-10-31 11:04:20 -04:00
060f3de07b Updated CHANGELOG 2020-10-28 11:12:10 -04:00
4bfffa8118 Fixed open tab on error (#564) v0.12.1 2020-10-21 22:30:58 -04:00
9988ebde6f Add Regexp FILTER operator (#558) 2020-10-02 13:35:17 -04:00
c0f8421eaf fix(html): WAIT_NAVIGATION doc 🐛 (#557) 2020-10-02 11:21:39 -04:00
fee9640788 Updated Chromium 2020-09-16 22:34:31 -04:00
414c16db09 Fixed unit test v0.12.0 2020-09-14 22:40:34 -04:00
9754bc62db Merge branch 'master' of github.com:MontFerret/ferret into master 2020-09-14 22:25:40 -04:00
63efc6721e Updated changelog 2020-09-14 22:25:32 -04:00
6e971738de Update README.md 2020-09-10 21:43:31 -04:00
ccaf15e1f4 Updated CHANGELOG 2020-09-03 20:44:51 -04:00
50e78f8f29 Added missed 'Fprintln' statement 2020-08-25 01:33:10 -04:00
ed4fdf70f1 Merge branch 'master' of github.com:MontFerret/ferret into master 2020-08-25 01:27:07 -04:00
fb6f3c78e1 errors are now printed on stderr (#539) 2020-08-25 01:27:01 -04:00
6ce7ba6507 Merge branch 'master' of github.com:MontFerret/ferret into master 2020-08-25 01:25:15 -04:00
b28506af1f Added extra locks 2020-08-25 01:25:07 -04:00
e283722d37 Fixed wrong base for int formatter 2020-08-25 01:00:07 -04:00
3187f54bf5 fix SCREENSHOT() param type check (#545) 2020-08-11 10:27:01 -04:00
21454b0a91 Updated changelog 2020-08-07 22:10:28 -04:00
89059dee96 Removed test file 2020-08-07 22:09:20 -04:00
d3c28a43ff Added possibility to use any type as a file content (#544) 2020-08-07 22:09:02 -04:00
734b737263 Merge branch 'master' of github.com:MontFerret/ferret 2020-08-07 21:51:44 -04:00
24d8eedd4c Feature/doc markup (#543)
* Added release notes

* #509 fixedOCOD typo

* Updated values

* Updated comments

* Changed stdlib docs format

* Changed format of array in docs

* Use 'any' instead of 'value' in docs

* New format for optional params

* Updated docs for testing package

* Added namespace information
2020-08-07 21:49:29 -04:00
81f71a823b #509 fixedOCOD typo 2020-07-26 13:27:22 -04:00
d0a67dd9a0 Added release notes 2020-07-26 13:25:57 -04:00
6c5aca52ab Update README.md 2020-07-13 21:15:19 -04:00
42cf623471 Added missed DATE_COMPARE and updated comments (#537) 2020-07-13 15:39:33 -04:00
213f9b1fd6 Updated deps 2020-07-13 14:14:28 -04:00
082bee84bb Bump github.com/antchfx/xpath from 1.1.9 to 1.1.10 (#536)
Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.9 to 1.1.10.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.9...v1.1.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-13 14:13:54 -04:00
7f535ad5c9 Bump github.com/mafredri/cdp from 0.28.0 to 0.29.2 (#533)
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.28.0 to 0.29.2.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.28.0...v0.29.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-13 14:13:39 -04:00
162dd07346 Feature/425 iframe navigation (#535)
* Updated navigation logic

* Fixed goroutine deadlock

* Fixed closing chan

* Added support of waiting for individual frame navigation

* Updated EventLoop API in order to avoid double closing of event sources

* Fixed attr retrieval

* Removed redundant println

* Updated DOM Readiness check
2020-07-13 14:13:03 -04:00
079ec3a3ce Removed caching and property tracking (#531)
* Removed caching and property tracking

* Fixed linting issues

* Removed old go version from CI/CD
2020-07-09 21:25:58 -04:00
de377775a9 Fix spelling (#534) 2020-07-09 17:30:50 -04:00
c4539c1a7d Added badge 2020-06-22 22:28:43 -04:00
7e45c90f94 Added antlr to path 2020-06-22 22:18:19 -04:00
89761d8ae7 Added Lab set up 2020-06-22 22:16:27 -04:00