Commit Graph

175 Commits

Author SHA1 Message Date
amhsirak
a372051cd7 feat: rm browserPool 2025-04-12 19:21:27 +05:30
amhsirak
7f3af7e60c chore: remove unused import 2025-04-01 23:34:29 +05:30
Rohit
8e80067b1d feat: add browser state for generator 2025-03-12 17:00:25 +05:30
Rohit
4dd745c95c Merge branch 'develop' into perf-v11 2025-03-11 21:31:57 +05:30
Rohit
3315c53d00 feat: init socket listeners on update socket 2025-03-11 16:37:34 +05:30
amhsirak
86be39a609 feat: pass userId to getActiveBrowserId 2025-03-06 04:07:33 +05:30
Rohit
2d6112932a feat: add rel selector for pagination element 2025-03-02 22:46:19 +05:30
Karishma Shukla
19f6ac5c50 Merge pull request #435 from getmaxun/key-fix
fix: handle displayed input texts
2025-02-22 19:57:42 +05:30
Rohit
cd574194b0 feat: console log cleanup 2025-02-13 12:23:58 +05:30
Rohit
8369714a15 feat: comments cleanup 2025-02-13 12:08:33 +05:30
Rohit
afe7c2fced feat: maintain input type for fields 2025-02-12 23:03:49 +05:30
Rohit
945f1200c4 feat: optimize press actions to type actions 2025-02-12 22:37:40 +05:30
Rohit
206d760dd1 feat: accurately get cursor index value for input field 2025-02-12 22:00:51 +05:30
Rohit
2199149827 feat: rm previous cursor logic 2025-02-07 17:33:12 +05:30
Rohit
f63ff72d4a feat: add selection start property to get cursor index 2025-02-07 17:32:00 +05:30
Rohit
9ff7813ad9 feat: modify logic to gen cursor index 2025-02-03 18:13:45 +05:30
Rohit
80356b5600 feat: add cursor position on click action 2025-02-03 17:29:47 +05:30
Rohit
3c0f7900a4 fix: register type actions correctly 2025-01-29 17:41:59 +05:30
Rohit
a07413df93 feat: rm general selector from chained selectors 2025-01-28 14:52:27 +05:30
Karishma Shukla
83e3622343 Merge pull request #394 from RohitR311/login-fix
feat: reverting isLogin field changes
2025-01-25 18:50:16 +05:30
Rohit
6f050ade1f feat: add login status in robot metadata 2025-01-25 17:50:24 +05:30
Rohit
78d16784c6 feat: rm isLogin logic 2025-01-25 17:32:50 +05:30
Rohit
a831e54d4a feat: order the input field logic 2025-01-25 16:38:30 +05:30
Karishma Shukla
468f4016e8 Merge pull request #378 from RohitR311/input-fix
fix: add position of text for input click event
2025-01-23 17:38:03 +05:30
Rohit
d56623f97a feat: add position of text for input click event 2025-01-23 15:45:44 +05:30
Rohit
2af89a0ba8 feat: add type arg for keyboard actions 2025-01-22 23:52:43 +05:30
Rohit
45daeb1465 feat: add login bool while saving workflow 2025-01-20 17:09:23 +05:30
RohitR311
78e85c78d4 feat: add support for iframe and shadowDom selector in pagination logic 2025-01-12 14:56:40 +05:30
RohitR311
c7d6dea845 feat: cleanup console logs 2025-01-10 12:38:50 +05:30
RohitR311
7136beeeba feat: chain and store selectors in pagination mode 2025-01-09 16:59:13 +05:30
RohitR311
05c7921c9d feat: add shadowInfo in highlighter data 2024-12-30 03:05:07 +05:30
RohitR311
2b96f07b36 feat: add datetime-local selection pair to workflow 2024-12-20 19:52:03 +05:30
RohitR311
947a6b75cb feat: check for time input field and emit socket event 2024-12-19 16:16:47 +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
RohitR311
0783cbc1c5 feat: add date selection handler 2024-12-18 18:17:50 +05:30
Karishma Shukla
c25975bf98 Merge pull request #266 from getmaxun/sel-fix
feat: selection revamp
2024-12-17 21:54:15 +05:30
RohitR311
647cd62e32 feat: add listSelector param 2024-12-17 11:37:05 +05:30
RohitR311
23ac134084 fix: add pair to workflow before decision socket emission 2024-12-16 15:55:55 +05:30
amhsirak
e1476935db fix: dont pass listSelector to non unique 2024-12-16 07:25:13 +05:30
amhsirak
0c3b1e3e53 feat: paass listSelect 2024-12-15 05:29:30 +05:30
amhsirak
cb0965323e feat: accept getList in getRect and getElementInfo 2024-12-15 05:01:15 +05:30
amhsirak
d6e4b8860f chore: remove console logs 2024-12-11 02:12:43 +05:30
amhsirak
c994072ef7 feat: pass listSelector getRect and getElementInfo 2024-12-11 02:00:43 +05:30
amhsirak
1fc7ddc363 chore: merge pagination hotfix 2024-12-05 23:19:55 +05:30
RohitR311
e2bd961d5f feat: add selectors in where pair for scrapeList action 2024-12-04 20:26:39 +05:30
RohitR311
e4abddc9db feat: add encryption to key press action 2024-12-04 16:55:08 +05:30
RohitR311
7cc535adc1 feat: add selectors to scrapeSchema action where pair 2024-12-03 17:54:24 +05:30
RohitR311
0ecde828db feat: add encryption for user input values 2024-11-25 20:58:56 +05:30