Commit Graph

115 Commits

Author SHA1 Message Date
Rohit
c6266fd17c feat: emit action type 2025-04-27 15:22:06 +05:30
Rohit
7761b2af35 feat: track results and return scroll pagination 2025-04-08 15:09:38 +05:30
Rohit
2d0e945abe feat: rm page timeout for pagination 2025-04-03 20:08:27 +05:30
Rohit
b172636eb1 feat: add pagination support for SPA and Ajax pagination 2025-03-17 16:03:14 +05:30
Rohit
acb3da38af feat: better find working button logic 2025-03-04 10:53:57 +05:30
Rohit
8f4e6a9f3e feat: match state if url and selectors empty 2025-03-03 18:09:27 +05:30
Rohit
1bde2c9fd8 feat: revamp click load more scraping 2025-03-03 01:49:31 +05:30
Rohit
cbe8d4fee8 fix: add selector check for state 2025-02-20 19:04:43 +05:30
Rohit
7e2d1ea4cd feat: better load more pagination handling 2025-02-03 23:50:29 +05:30
Rohit
dc44f6a9cd feat: add block scope 2025-02-03 23:36:57 +05:30
Rohit
56bb09ef5a feat: revert load more pagination logic 2025-02-03 23:34:28 +05:30
Rohit
c37fe42a2f feat: add break for loadmore pagination 2025-02-03 23:26:06 +05:30
Rohit
02268bc694 feat: add navigation true if url different 2025-02-03 22:48:13 +05:30
Rohit
54f7deb3ed feat: add retry mechanism, modularization 2025-01-27 15:00:19 +05:30
Rohit
1bc153d949 feat: check for keyboard actions 2025-01-22 23:51:17 +05:30
Rohit
ec2a695187 feat: rm url creation and click race condition 2025-01-21 14:24:50 +05:30
RohitR311
a2314798c1 feat: check url visit and navigate 2025-01-12 02:47:25 +05:30
RohitR311
03e3098b58 feat: handle chain selector logic for click load more pagination 2025-01-11 22:53:39 +05:30
RohitR311
681aa8045e feat: rm timeout for wait for selector 2025-01-11 20:14:02 +05:30
RohitR311
3bb36ae89a feat: add race condition to handle click action 2025-01-11 19:33:28 +05:30
RohitR311
ab07399017 feat: rm selector from array if not visible 2025-01-11 17:56:17 +05:30
RohitR311
7aa7dc27b3 feat: better handling for click next navigation 2025-01-11 17:51:31 +05:30
RohitR311
73bbdeb6bb feat: handle chained selectors for click load more pagination 2025-01-10 12:49:14 +05:30
RohitR311
c7d6dea845 feat: cleanup console logs 2025-01-10 12:38:50 +05:30
RohitR311
906b72fbc3 feat: add fallback dispatch event if click fails 2025-01-09 17:44:43 +05:30
RohitR311
2ad0b2ac8c feat: handle chained selectors for click next pagination 2025-01-09 17:01:08 +05:30
Rohit
d1e82390f4 Merge branch 'develop' into iframe 2025-01-05 00:05:47 +05:30
Rohit
5e775fa83f Merge branch 'develop' into iframe 2025-01-04 15:51:51 +05:30
RohitR311
7b08471ba1 feat: add func to rm iframe selector from workflow 2025-01-04 15:37:35 +05:30
RohitR311
b757d9c4f8 feat: add func to rm shadow selectors from workflow 2024-12-30 23:38:38 +05:30
RohitR311
b696fa568d feat: add shadow param for scrapeSchema config 2024-12-30 01:28:22 +05:30
amhsirak
58f92a35dc feat: try-catch handling for adblocker in core 2024-12-23 00:03:20 +05:30
amhsirak
584433e3f7 feat: try-catch handling for adblocker in core 2024-12-22 22:08:56 +05:30
Karishma Shukla
9f40124764 Merge pull request #267 from getmaxun/click-fix
fix: skip click action if selector not visible
2024-12-19 03:47:55 +05:30
RohitR311
e34cfda770 fix: skip click action if selector not visible 2024-12-17 21:55:24 +05:30
RohitR311
7ce7a1598c feat: check for selector visibility in getState 2024-12-14 20:32:07 +05:30
RohitR311
7f48464eea feat: add page navigation timeout 2024-12-14 18:35:38 +05:30
Karishma Shukla
a37414febe Merge pull request #248 from getmaxun/docker-arm
fix: explicitly set easylist url
2024-12-11 14:19:23 +05:30
amhsirak
44880cfce0 feat: explicitly fetch easylist url 2024-12-11 14:14:23 +05:30
RohitR311
c7af54ebe0 feat: add fallback mechanism for click and waitForLoadState action 2024-12-10 20:33:35 +05:30
Rohit
9023680661 Merge branch 'develop' into rect-improve 2024-12-09 21:17:52 +05:30
RohitR311
386e7c9a98 feat: add programmatic click event for clickNext 2024-12-09 20:13:46 +05:30
RohitR311
be6d8ab249 feat: add selectors in bottom up order 2024-12-08 18:04:49 +05:30
RohitR311
342fd79588 feat: add bottom up get selectors logic 2024-12-07 22:34:02 +05:30
RohitR311
a8e8c1de82 fix: rm about:blank url check for action 2024-12-07 21:53:55 +05:30
RohitR311
d6be2683fd feat: add check to match action url and return 2024-12-07 21:16:58 +05:30
RohitR311
0ee50e1c26 feat: add bottom up workflow traversal 2024-12-06 22:10:28 +05:30
RohitR311
bffe838988 feat: add earliest selectors from workflow 2024-12-06 17:06:20 +05:30
RohitR311
079863d015 feat: add earliest selectors logic for page state 2024-12-06 03:39:15 +05:30
RohitR311
40e0c7e839 feat: add scrapeSchema data accumulation logic 2024-12-03 22:21:26 +05:30