Commit Graph

56 Commits

Author SHA1 Message Date
Saurabh Misra
d211024adf ️ Speed up method SkyvernElement.get_id by 20% (#1912)
Co-authored-by: codeflash-ai[bot] <148906541+codeflash-ai[bot]@users.noreply.github.com>
2025-03-19 18:16:43 -07:00
Shuchang Zheng
6cc595d04c add angualar date picker support (#1955)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-03-18 03:12:16 +08:00
Shuchang Zheng
a572126d61 improve dropdown detect (#1927) 2025-03-12 03:33:09 +08:00
Shuchang Zheng
5e49685c76 refactor unique id generation (#1781) 2025-02-18 08:58:23 +08:00
Shuchang Zheng
0fa11a484b improve selection dom listener performance (#1667) 2025-01-28 21:14:31 +08:00
LawyZheng
d63061f13b fix search on auto completion (#1544) 2025-01-14 13:08:35 +08:00
LawyZheng
f4031fc4f7 fix finding blocking element issue (#1524) 2025-01-09 16:41:26 +08:00
LawyZheng
dc53a49749 fix date picker issue (#1523) 2025-01-09 16:14:31 +08:00
LawyZheng
c6140fa405 fix selection issues (#1515) 2025-01-08 14:27:50 +08:00
Shuchang Zheng
7f6b2c0929 shu/removeSettingsManager.get_settings (#1305) 2024-12-02 15:01:22 -08:00
LawyZheng
48e4984deb fallback to use js click (#1274) 2024-11-27 22:44:05 +08:00
LawyZheng
31b32fde90 fix chain click bug (#1189) 2024-11-14 21:33:19 +08:00
LawyZheng
d107c3d4db refactor chain click (#1186) 2024-11-14 02:33:44 +08:00
LawyZheng
f33cbfbb0b fix non class name bug (#1179) 2024-11-12 21:18:41 +08:00
LawyZheng
46d9dad25b extend auto completion to support google address (#1174) 2024-11-12 12:11:16 +08:00
LawyZheng
dd3869b3b7 extend auto completion coverage (#1165) 2024-11-11 18:57:59 +08:00
LawyZheng
8b53bc4257 wrap page evaluate with timeout (#1133) 2024-11-05 11:11:27 +08:00
LawyZheng
00549c921b optimize async task and remove hover (#1095) 2024-10-31 10:49:02 +08:00
LawyZheng
8762865a0b convert css shape to string (#1092) 2024-10-31 00:12:13 +08:00
LawyZheng
64def7c2a6 input type button (#1073) 2024-10-28 23:52:26 +08:00
LawyZheng
c9335888ff add disable element id (#1052) 2024-10-25 14:52:02 +08:00
LawyZheng
ba6ef89b35 custom select optimize (#985) 2024-10-16 19:23:12 +08:00
Shuchang Zheng
9048cdfa73 add actions db model and caching V0 (#980) 2024-10-15 12:06:50 -07:00
LawyZheng
9eb1673cf2 extend the raw input scope (#948) 2024-10-10 09:22:20 +08:00
LawyZheng
ae9ca27919 remove useless code (#872) 2024-09-21 21:15:59 +08:00
LawyZheng
fb56cba6ba remove useless select support legacy (#863) 2024-09-20 10:55:07 +08:00
LawyZheng
1b2bdcb949 skip unnecessary select-dropdown check for input (#862) 2024-09-20 09:17:14 +08:00
LawyZheng
f429d6d51e fix spinbutton issue (#806) 2024-09-11 11:53:47 +08:00
LawyZheng
d7cb4f3ae7 multi-level selection support (#786) 2024-09-09 11:34:09 +08:00
LawyZheng
692ffb6d43 better detect dropdown menu (#778) 2024-09-07 09:34:33 +08:00
LawyZheng
3c3e1ab949 fix auto complete detect (#765) 2024-09-03 02:21:07 +08:00
LawyZheng
071393f469 incress max press text (#762) 2024-08-30 11:11:27 +08:00
LawyZheng
9e0201627b support value select for custom selection (#756) 2024-08-30 01:24:38 +08:00
LawyZheng
6f4ff4339f general selection bugfix (#743) 2024-08-28 14:51:05 +08:00
Shuchang Zheng
db25c6a261 remove 'Child frame' log (#728) 2024-08-25 12:43:50 -07:00
LawyZheng
8baa8de032 general autocomplete solution (#713) 2024-08-21 10:54:32 +08:00
LawyZheng
02a7b3f88a fix scroll into view (#680) 2024-08-07 15:38:04 +08:00
LawyZheng
cba0f68a5e general selection (#675) 2024-08-06 13:30:52 +08:00
LawyZheng
85d5e0de7f fix none content frame (#659) 2024-07-30 11:35:14 +08:00
LawyZheng
112269ce1d fix select2 multi-select (#656) 2024-07-29 23:40:13 +08:00
LawyZheng
f771cbb340 optimize react select (#654) 2024-07-29 15:32:16 +08:00
LawyZheng
1629d84375 support react select (#652) 2024-07-26 10:32:35 -07:00
LawyZheng
88389012be add skyvern frame (#610) 2024-07-18 02:33:39 +08:00
LawyZheng
da66d66132 fix id selector (#573) 2024-07-10 14:55:59 +08:00
LawyZheng
6af581a7e4 fix input timeout (#569) 2024-07-10 00:04:03 +08:00
LawyZheng
bcbd738326 refactor select handler (#565) 2024-07-09 02:22:16 +08:00
LawyZheng
e52d585f9f support select2 in iframe (#560) 2024-07-06 13:32:55 +08:00
LawyZheng
690c1a1a96 support shadow dom (#555) 2024-07-05 02:54:49 +08:00
LawyZheng
cd0d563070 use css selector instead of xpath (#551) 2024-07-04 10:45:47 +08:00
LawyZheng
76255c01b1 use 'click' for radio button (#506) 2024-06-25 10:26:14 +08:00