Commit Graph

455 Commits

Author SHA1 Message Date
Shuchang Zheng
24a73b7af0 select option on click (#2391) 2025-05-20 00:08:55 +08:00
Shuchang Zheng
3e44a1995d doc revamp - complete code samples (#2378) 2025-05-18 13:45:46 -07:00
Shuchang Zheng
cfa9140c58 fix select replay bug (#2363) 2025-05-16 22:28:22 +08:00
Shuchang Zheng
ecd0c79f8c official totp code endpoint under the credentials route (#2357) 2025-05-15 19:49:42 -07:00
Shuchang Zheng
ad4b63d946 decrease auto completion attempts (#2356)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-16 09:24:58 +08:00
Shuchang Zheng
312ddf0d84 fix multi level selection issue (#2351) 2025-05-16 02:29:10 +08:00
Shuchang Zheng
ee5f98f451 fix multi level selection issue (#2350) 2025-05-16 02:23:33 +08:00
Shuchang Zheng
193df54c6e fix dom listener bug (#2344) 2025-05-15 01:22:38 +08:00
Shuchang Zheng
e927940800 no to build full tree but still adding structure representive div (#2342) 2025-05-14 16:54:04 +08:00
Shuchang Zheng
6148f6cd72 add structured div in the element tree (#2339) 2025-05-14 16:24:37 +08:00
Shuchang Zheng
082f944123 add timeout to browser session request (#2338) 2025-05-13 16:06:13 -07:00
Shuchang Zheng
d3ea8ef85b generate element xpath (#2335) 2025-05-14 02:11:16 +08:00
Suchintan
0184a0e705 Update N8N Readme with link to repo, disable doctoc metadata (#2330) 2025-05-13 00:09:03 -04:00
Shuchang Zheng
04ed3c8dab revert pdf (#2328) 2025-05-12 22:05:02 +08:00
Shuchang Zheng
d667841d02 fix hidden input element (#2314) 2025-05-09 13:52:12 +08:00
Shuchang Zheng
6338a404a4 refactor full page screenshot (#2310) 2025-05-09 01:29:40 +08:00
Shuchang Zheng
5971108237 fix shadown DOM parsing (#2295) 2025-05-06 03:10:10 +08:00
Shuchang Zheng
408b3d58aa fix interactable parsing (#2294) 2025-05-06 00:33:54 +08:00
Shuchang Zheng
e2a82a75d9 fix linter errors for config registry & cli (#2292) 2025-05-05 00:12:46 -07:00
Prakash Maheshwaran
c3072d7572 Added Ollama & Openrouter & Groq & improved cdp browser (#2283) 2025-05-05 00:03:23 -07:00
Shuchang Zheng
0540e65d06 Default Skyvern 2.0 to google.com if generated website fails to load (#2291) 2025-05-05 00:36:40 -04:00
Shuchang Zheng
8b834436b5 anthropic support - dymanic window size / window popup (#2284) 2025-05-04 00:40:16 -07:00
Shuchang Zheng
a851e8fdd8 Reduce execution waits (#2282) 2025-05-04 00:30:09 -04:00
Shuchang Zheng
162305306a fix console log (#2274) 2025-05-02 00:04:20 +08:00
Shuchang Zheng
c3e6d26032 support multiple-choice selection (#2272) 2025-05-01 20:14:20 +08:00
Shuchang Zheng
de32f8058b key_lower_case once (#2270) 2025-05-01 00:17:19 -07:00
Shuchang Zheng
bf663d95c7 Anthropic CUA - more keypress arrow direction support (#2269) 2025-05-01 00:15:09 -07:00
Shuchang Zheng
d107a7563c apply scroll_amount_multiplier (#2268) 2025-05-01 00:09:49 -07:00
Shuchang Zheng
a7263f579b anthropic CUA - support right_click (#2267) 2025-04-30 22:13:50 -07:00
Shuchang Zheng
bf928c08c2 fix anthropic key action parser (#2266) 2025-04-30 21:20:51 -07:00
Shuchang Zheng
7dae328c0c anthropic CUA - support double and triple clicks (#2264) 2025-04-30 16:30:16 -07:00
Shuchang Zheng
e1feb6cb45 capitalize the text for key press and hold key actions (#2263) 2025-04-30 16:11:33 -07:00
Shuchang Zheng
5a3691e0dc action handlers back - SOLVE_CAPTCHA, CLICK, INPUT_TEXT (#2258) 2025-04-30 03:49:07 -07:00
Shuchang Zheng
1a33810f09 support more anthropic actions (#2257) 2025-04-30 03:42:44 -07:00
Shuchang Zheng
8f466b3108 CUA action parser - generate_cua_fallback_actions helper (#2256) 2025-04-30 03:25:38 -07:00
Shuchang Zheng
eacf9d5388 resize screenshots to make it compatible with anthropic CUA (#2255) 2025-04-30 01:13:36 -07:00
Shuchang Zheng
0eff92632c bugfix (#2254) 2025-04-30 13:27:30 +08:00
Shuchang Zheng
b1fcfdd8bf support only selectable input element (#2250) 2025-04-30 02:55:32 +08:00
Shuchang Zheng
53f4c23ef9 fix bug (#2249) 2025-04-30 00:06:59 +08:00
Shuchang Zheng
f4ea546ae4 fix anthropic tool result format (#2246) 2025-04-29 04:17:50 +08:00
Shuchang Zheng
7e4a193443 fix tool_call_input parsing with anthropic sdk (#2242) 2025-04-29 02:57:56 +08:00
Shuchang Zheng
1530338cad Anthropic CUA fix (#2238) 2025-04-28 18:15:23 +08:00
Shuchang Zheng
d798b00409 bugfix (#2237) 2025-04-28 16:34:25 +08:00
Shuchang Zheng
a8d237deee use anthropic beta client (#2235) 2025-04-28 16:24:12 +08:00
Shuchang Zheng
2f0e6e5eb3 improve custom selection (#2236) 2025-04-28 16:16:36 +08:00
Shuchang Zheng
a3d9917386 do not close the tab when download is not triggered (#2234) 2025-04-28 14:59:31 +08:00
Shuchang Zheng
8b184ce970 increase download max wait time and change logs (#2232) 2025-04-28 14:37:41 +08:00
Shuchang Zheng
0a0228b341 anthropic CUA (#2231)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-28 09:49:44 +08:00
Shuchang Zheng
5582998490 fix interactable parsing (#2228) 2025-04-24 16:30:41 +08:00
Shuchang Zheng
19e86a197a fix phone number format issue (#2217) 2025-04-23 01:56:43 +08:00