Commit Graph

3722 Commits

Author SHA1 Message Date
RohitR311
7b08471ba1 feat: add func to rm iframe selector from workflow 2025-01-04 15:37:35 +05:30
RohitR311
96049e361b feat: add iframe support for table and non table scraping 2025-01-04 15:36:54 +05:30
RohitR311
1c13a230f5 feat: add iframe support for highlighter logic 2025-01-04 14:47:51 +05:30
RohitR311
ed1ea41c4e feat: add iframe support for child selector generation 2025-01-04 14:45:25 +05:30
RohitR311
7018ba64fa feat: improve non unique selector generation for capture list 2025-01-04 14:27:47 +05:30
RohitR311
a845509a73 feat: add iframe support for scrapeSchema action 2025-01-04 10:51:01 +05:30
RohitR311
0eb9a8f0a8 feat: improve rect generation for iframe elements 2025-01-04 10:10:40 +05:30
RohitR311
360fe63938 feat: get deeply nested iframe element info 2025-01-04 09:37:44 +05:30
RohitR311
2943681c9b feat: prioritize returning iframe selector if exists 2025-01-04 09:14:05 +05:30
RohitR311
9eb4ec398a feat: add iframe selector type for selectors 2025-01-04 09:13:17 +05:30
RohitR311
3f73a48c31 feat: add nested iframe selector generation func for capture text 2025-01-04 09:01:13 +05:30
RohitR311
b6faf5cf17 feat: add iframeSelector generation logic for capture text 2025-01-02 19:35:03 +05:30
amhsirak
8ba928dae6 chore: fix format 2024-12-20 20:28:24 +05:30
amhsirak
6904933036 feat: iframe support for getRect 2024-12-20 20:28:11 +05:30
amhsirak
0d763f7821 feat: iframe support for get element info 2024-12-20 18:32:08 +05:30
Karishma Shukla
ccf5cf6d50 Merge pull request #274 from getmaxun/upgrade-instruct
feat: clearer upgrade instructions
2024-12-20 17:48:21 +05:30
amhsirak
6da2f6a130 feat: revert to version 2024-12-20 17:47:28 +05:30
amhsirak
5b3b6d848f feat: docker setup container down 2024-12-20 17:45:49 +05:30
amhsirak
b6274cca14 feat: docker setup upgrade cd step 2024-12-20 17:44:39 +05:30
amhsirak
a1f31ec05d feat: local setup upgrade cd step 2024-12-20 17:44:10 +05:30
Karishma Shukla
236e7416ac Merge pull request #273 from getmaxun/input-sel
feat: selection for `<input>` tags
2024-12-20 17:28:52 +05:30
amhsirak
889107d892 chore: lint 2024-12-20 17:23:59 +05:30
amhsirak
81eb32254c feat: handle input type date 2024-12-20 17:23:44 +05:30
amhsirak
4b2c072139 feat: assign proper types 2024-12-20 17:18:06 +05:30
amhsirak
7860d40444 feat: handle input type time 2024-12-20 17:17:49 +05:30
Karishma Shukla
e1266a1853 Merge pull request #272 from getmaxun/input-sel
feat: selection for `<select>` tag
2024-12-20 17:03:37 +05:30
amhsirak
60b901a1a0 feat: handle select tags 2024-12-20 13:55:48 +05:30
Karishma Shukla
e823e7bb4f Merge pull request #268 from getmaxun/handle-inputs
feat: add functionality to handle user inputs (part 1)
2024-12-19 23:02:23 +05:30
RohitR311
a97837d8b8 feat: add time picker component to input time 2024-12-19 16:26:57 +05:30
RohitR311
66f3ccd34f trigger socket event to display time picker 2024-12-19 16:26:23 +05:30
RohitR311
0b2d099dc0 feat: add time selection event handlers 2024-12-19 16:25:48 +05:30
RohitR311
947a6b75cb feat: check for time input field and emit socket event 2024-12-19 16:16:47 +05:30
RohitR311
13b92ee5dc feat: add dropdown component to input dropdown 2024-12-19 14:05:02 +05:30
RohitR311
7bd7a84173 feat: tigger socket event to display dropdown 2024-12-19 14:04:05 +05:30
RohitR311
d8b5ae4113 feat: add dropdown selection handler functions and register socket event 2024-12-19 12:24:19 +05:30
RohitR311
f872051f08 feat: add dropdown selection action pair to workflow 2024-12-19 12:23:13 +05:30
RohitR311
a6ed8c67b8 feat: check for select type and emit dropdown socket event 2024-12-19 12:14:08 +05:30
RohitR311
14079fa0f8 feat: date input check using element information 2024-12-19 12:13:17 +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
2e30192422 feat: add date picker component to input date 2024-12-18 18:24:51 +05:30
RohitR311
9ee54d118b feat: rm onHandleSelct callback function 2024-12-18 18:23:56 +05:30
RohitR311
ec4d1acfa2 feat: trigger socket event to display date picker 2024-12-18 18:22:51 +05:30
RohitR311
7eea077e70 feat: add interface to hanle date picker event data 2024-12-18 18:21:05 +05:30
RohitR311
7ac79dc31c feat: add date selection event handlers 2024-12-18 18:19:05 +05:30
RohitR311
0783cbc1c5 feat: add date selection handler 2024-12-18 18:17:50 +05:30
RohitR311
e34cfda770 fix: skip click action if selector not visible 2024-12-17 21:55:24 +05:30
Karishma Shukla
c25975bf98 Merge pull request #266 from getmaxun/sel-fix
feat: selection revamp
2024-12-17 21:54:15 +05:30
Karishma Shukla
fa2d6099ce Merge pull request #259 from getmaxun/webdrive-patch
feat: browser improvements
2024-12-17 21:53:40 +05:30
Karishma Shukla
0ed4c8aa2c Merge pull request #264 from getmaxun/listout-fix
fix: scrapeList empty output preview
2024-12-17 21:51:59 +05:30
RohitR311
a9dc4c8f4c feat: add conditional check to collect matching classes 2024-12-17 12:21:56 +05:30