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 |
|
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
|
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 |
|
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 |
|
RohitR311
|
2b96f07b36
|
feat: add datetime-local selection pair to workflow
|
2024-12-20 19:52:03 +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
|
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 |
|
amhsirak
|
52b767188e
|
feat: !push parentSelector
|
2024-12-17 02:48:38 +05:30 |
|
amhsirak
|
94df794040
|
feat: conditionally compute non unique
|
2024-12-17 02:48:14 +05:30 |
|
RohitR311
|
23ac134084
|
fix: add pair to workflow before decision socket emission
|
2024-12-16 15:55:55 +05:30 |
|
amhsirak
|
4a94960531
|
feat: push parentSelector
|
2024-12-16 08:22:21 +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
|
97e7c89105
|
feat: re-add listSelector empty check for child selection
|
2024-12-15 05:13:08 +05:30 |
|
amhsirak
|
ddb880df66
|
fix: capture text selection
|
2024-12-15 05:07:45 +05:30 |
|
amhsirak
|
cb0965323e
|
feat: accept getList in getRect and getElementInfo
|
2024-12-15 05:01:15 +05:30 |
|
amhsirak
|
e70145219e
|
feat: remove container tags
|
2024-12-15 04:58:13 +05:30 |
|
amhsirak
|
d6e4b8860f
|
chore: remove console logs
|
2024-12-11 02:12:43 +05:30 |
|
amhsirak
|
b72baca821
|
docs: re-add jsdoc
|
2024-12-11 02:08:08 +05:30 |
|
amhsirak
|
fea0c0331b
|
chore: cleanup
|
2024-12-11 02:04:16 +05:30 |
|
amhsirak
|
0b1b243683
|
chore: remove todo
|
2024-12-11 02:02:52 +05:30 |
|
amhsirak
|
8533ea5362
|
chore: remove unused imprts
|
2024-12-11 02:02:37 +05:30 |
|
amhsirak
|
a34e865773
|
chore: lint
|
2024-12-11 02:02:09 +05:30 |
|
amhsirak
|
81bbba473f
|
feat: condtionally handle getRect & getelementInfo
|
2024-12-11 02:01:55 +05:30 |
|
amhsirak
|
c994072ef7
|
feat: pass listSelector getRect and getElementInfo
|
2024-12-11 02:00:43 +05:30 |
|
amhsirak
|
668a67057f
|
fix: include visual containment for capture list selection
|
2024-12-10 19:24:28 +05:30 |
|
amhsirak
|
f561ef7f55
|
feat: apply conditional visual containment
|
2024-12-10 04:02:28 +05:30 |
|
Rohit
|
9023680661
|
Merge branch 'develop' into rect-improve
|
2024-12-09 21:17:52 +05:30 |
|
amhsirak
|
4da462f48b
|
fix: a tags
|
2024-12-09 15:04:45 +05:30 |
|
amhsirak
|
560f0ea24f
|
fix: a tags
|
2024-12-09 14:41:59 +05:30 |
|
amhsirak
|
d443503d09
|
feat: proper rect and element info
|
2024-12-09 05:43:51 +05:30 |
|
RohitR311
|
45f0c819ea
|
feat: add flag generation logic
|
2024-12-08 18:10:53 +05:30 |
|
RohitR311
|
5259e3e386
|
feat: add on flag logic for InterpretRecording
|
2024-12-08 18:06:57 +05:30 |
|
amhsirak
|
8c4c0b734d
|
feat: handle selector generation if no parent element
|
2024-12-07 23:45:07 +05:30 |
|
amhsirak
|
9f24e0018c
|
feat: !return null
|
2024-12-07 23:36:01 +05:30 |
|
amhsirak
|
ef571c4ea0
|
feat: traverse dom tree for parent element selection
|
2024-12-07 23:28:31 +05:30 |
|