Commit Graph

1169 Commits

Author SHA1 Message Date
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
Karishma Shukla
59cee8e693 Merge pull request #243 from getmaxun/navigation-fix
fix: handle context destroyed and frame navigation
2024-12-10 22:38:47 +05:30
RohitR311
142c90ae1c fix: handle context destroyed, frame navigation URL 2024-12-10 20:32:01 +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
RohitR311
b84e9186b9 fix: inject cookie script on page load 2024-12-09 22:05:50 +05:30
Rohit
9023680661 Merge branch 'develop' into rect-improve 2024-12-09 21:17:52 +05:30
RohitR311
117dddc2ff feat: inject cookie remover script 2024-12-09 18:49:23 +05:30
RohitR311
3dfe9117b0 feat: inject cookie remover script 2024-12-09 17:57:28 +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
a30211de6d fix: add frame navigation logic in place of load 2024-12-08 18:55:19 +05:30
RohitR311
45f0c819ea feat: add flag generation logic 2024-12-08 18:10:53 +05:30
RohitR311
0a81292bea feat: add flag generation logic 2024-12-08 18:08:05 +05:30
RohitR311
aec65d1b22 feat: add flag generation logic 2024-12-08 18:07:40 +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
RohitR311
db37c72ce5 fix: add goto frame navigation 2024-12-07 21:18:37 +05:30
RohitR311
0d66331305 fix: add on load socket emit 2024-12-06 16:57:55 +05:30
RohitR311
964913775e fix: add on load emit urlChanged 2024-12-06 03:40:58 +05:30
amhsirak
1fc7ddc363 chore: merge pagination hotfix 2024-12-05 23:19:55 +05:30
Karishma Shukla
ee7d7b9e27 Merge pull request #224 from getmaxun/goto-fix
fix: emit socket `urlChanged` on frame navigation
2024-12-04 22:01:46 +05:30
Karishma Shukla
833db60e96 Merge pull request #208 from getmaxun/store-inputs
feat: handle browser link navigation
2024-12-04 21:53:10 +05:30
Karishma Shukla
af849cad06 Merge pull request #223 from getmaxun/allow-origins
feat: dynamic public url
2024-12-04 21:43:17 +05:30
RohitR311
e2bd961d5f feat: add selectors in where pair for scrapeList action 2024-12-04 20:26:39 +05:30
amhsirak
e9517d67d4 fix: use process.env.BACKEND_PORT 2024-12-04 20:17:12 +05:30
RohitR311
f9b8f36ff7 feat: add decryption to key press action 2024-12-04 16:55:42 +05:30
RohitR311
e4abddc9db feat: add encryption to key press action 2024-12-04 16:55:08 +05:30
amhsirak
064318ea92 feat: redirect based on PUBLIC_URL 2024-12-03 21:55:02 +05:30
amhsirak
27148072dc feat: set credentials to true 2024-12-03 21:41:21 +05:30
amhsirak
b97df3522a feat: ensure access-control-allow-origin matches public url 2024-12-03 21:40:36 +05:30
amhsirak
accd0332a3 feat: simplify to use process.env.PUBLIC_URL 2024-12-03 21:39:56 +05:30
amhsirak
011eee4593 feat: handle only preflight & additional headers 2024-12-03 21:27:16 +05:30
amhsirak
c606121249 feat: include credentials if needed 2024-12-03 21:25:25 +05:30
amhsirak
ed7690cb29 feat: dynamically set origin 2024-12-03 21:24:50 +05:30
amhsirak
52d9869b84 feat: rename to ALLOWED_PUBLIC_URL 2024-12-03 21:14:38 +05:30
amhsirak
45c3419653 feat: allow origins based on node env 2024-12-03 21:10:32 +05:30
amhsirak
1af752cdcb refactor: move isProduction variable 2024-12-03 21:09:19 +05:30
RohitR311
7cc535adc1 feat: add selectors to scrapeSchema action where pair 2024-12-03 17:54:24 +05:30
RohitR311
de52038773 feat: add conditio to get last value of serializedData 2024-12-03 17:53:10 +05:30
RohitR311
6a2755e4ae fix: emit socket urlChanged on frame navigation 2024-12-02 17:05:19 +05:30