Commit Graph

1255 Commits

Author SHA1 Message Date
RohitR311
7136beeeba feat: chain and store selectors in pagination mode 2025-01-09 16:59:13 +05:30
RohitR311
934ffbb0f5 fix: return iframeSelector if present 2025-01-05 00:39: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
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
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
Rohit
3f54f11530 Merge branch 'develop' into shadow-dom 2025-01-02 20:10:10 +05:30
RohitR311
b6faf5cf17 feat: add iframeSelector generation logic for capture text 2025-01-02 19:35:03 +05:30
RohitR311
42e13066bd feat: add shadowDOM support for capture list selector generation 2025-01-01 16:13:38 +05:30
RohitR311
4a09ea66ff feat: get deepest element rect coordinates 2024-12-31 12:26:09 +05:30
RohitR311
9287c29692 feat: rm host and element info for shadow selector 2024-12-30 23:02:21 +05:30
RohitR311
d2ab81e229 feat: add logic to get deeply nested shadowDOM elements 2024-12-30 22:59:28 +05:30
RohitR311
05c7921c9d feat: add shadowInfo in highlighter data 2024-12-30 03:05:07 +05:30
RohitR311
cec2397a58 feat: change shadowDOM full selector path 2024-12-30 02:55:21 +05:30
RohitR311
c3031811a6 feat: prioritize returning shadow selector 2024-12-30 02:52:58 +05:30
RohitR311
1a6a481b57 feat: add shadow selectors field type 2024-12-30 02:46:24 +05:30
RohitR311
542f4d31fa feat: change shadowDOM full selector path 2024-12-29 23:41:19 +05:30
RohitR311
a09b03e4a7 feat: get deepest shadowDOM element selector 2024-12-29 23:36:06 +05:30
Karishma
8e2357d203 Merge pull request #291 from getmaxun/table-scrape
feat: better parsing of tables
2024-12-26 19:56:10 +05:30
RohitR311
97efd15631 feat: add check for table highlighting 2024-12-26 19:16:44 +05:30
amhsirak
a131ce6c04 feat: shadow dom selection 2024-12-24 23:44:20 +05:30
RohitR311
b411faf681 feat: add condition to ignore html and body tags on highlighting 2024-12-24 17:25:52 +05:30
RohitR311
feb30b9f9e feat: add nth-child selectors for td tag 2024-12-24 02:30:36 +05:30
amhsirak
2c6f5b7156 feat: better error message 2024-12-23 23:16:54 +05:30
amhsirak
489b8783a4 chore: -rm user.emal 2024-12-23 23:15:53 +05:30
amhsirak
bc88aa8280 chore: -rm non unique mode 2 log 2024-12-23 23:15:05 +05:30
amhsirak
e2bc45b163 chore: -rm unique mode 1 log 2024-12-23 23:14:36 +05:30
amhsirak
73006804ba chore: copy public folder 2024-12-23 01:15:00 +05:30
amhsirak
e6da1350ee temp: pass --legacy-peer-deps for i18n 2024-12-23 00:25:26 +05:30
amhsirak
fee13e7fef feat: gracefully proceed if !adblocker 2024-12-22 22:05:45 +05:30
Karishma Shukla
f1b615ab25 Merge pull request #276 from getmaxun/handle-inputs
feat: handle datetime-local `<input>` tag
2024-12-20 21:36:28 +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
RohitR311
6d792f365e feat: add datetime-local selection event handlers 2024-12-20 19:52:55 +05:30
RohitR311
2b96f07b36 feat: add datetime-local selection pair to workflow 2024-12-20 19:52:03 +05:30
amhsirak
0d763f7821 feat: iframe support for get element info 2024-12-20 18:32:08 +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
amhsirak
60b901a1a0 feat: handle select tags 2024-12-20 13:55:48 +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
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