Skip to content

Commit 2b35018

Browse files
yuyutaotaoquanru
andauthored
feat(core): update implementation for action space (#1042)
* chore(core): update implementation for actions * fix(core): unit test * feat(core): update types * fix(android): simplify scroll methods by removing startPoint parameter and enhancing scrolling logic (#1039) * fix(android): simplify scroll methods by removing startPoint parameter and enhancing scrolling logic * fix(android): enhance scrolling methods to support startPoint parameter and improve swipe duration handling * docs(site): update acknowledgments to include Rslib as a build tool * fix(android): correct scrollUp and scrollDown mouseWheel delta values * fix(android): handle optional duration parameter in longPress and enforce direction parameter in pull action * fix(web-integration): reorganize commonWebActionsForWebPage import and enhance utility functions (#1057) * feat(web-integration): add executeAction method to various classes and update action handling logic (#1059) * feat(web-integration): add executeAction method to various classes and update action handling logic * feat(web-integration): refactor action handling by introducing executeActionForPage utility across multiple classes * chore(web-integration): lint * test(web-integration): add executeAction mock implementation to enhance action handling in unit tests * fix(web): page in bridge mode --------- Co-authored-by: Leyang <[email protected]>
1 parent 82592e7 commit 2b35018

File tree

22 files changed

+431
-493
lines changed

22 files changed

+431
-493
lines changed

apps/site/docs/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ There are so many UI automation tools out there, and each one seems to be all-po
108108

109109
We would like to thank the following projects:
110110

111-
- [Rsbuild](https://github.com/web-infra-dev/rsbuild) for the build tool.
111+
- [Rsbuild](https://github.com/web-infra-dev/rsbuild) and [Rslib](https://github.com/web-infra-dev/rslib) for the build tool.
112112
- [UI-TARS](https://github.com/bytedance/ui-tars) for the open-source agent model UI-TARS.
113113
- [Qwen2.5-VL](https://github.com/QwenLM/Qwen2.5-VL) for the open-source VL model Qwen2.5-VL.
114114
- [scrcpy](https://github.com/Genymobile/scrcpy) and [yume-chan](https://github.com/yume-chan) allow us to control Android devices with browser.

apps/site/docs/zh/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ for (const record of recordList) {
105105

106106
我们要感谢以下项目:
107107

108-
- [Rsbuild](https://github.com/web-infra-dev/rsbuild) 提供构建工具。
108+
- [Rsbuild](https://github.com/web-infra-dev/rsbuild) [Rslib](https://github.com/web-infra-dev/rslib) 提供构建工具。
109109
- [UI-TARS](https://github.com/bytedance/ui-tars) 提供开源智能体模型 UI-TARS。
110110
- [Qwen2.5-VL](https://github.com/QwenLM/Qwen2.5-VL) 提供开源 VL 模型 Qwen2.5-VL。
111111
- [scrcpy](https://github.com/Genymobile/scrcpy)[yume-chan](https://github.com/yume-chan) 让我们能够用浏览器控制 Android 设备。

0 commit comments

Comments
 (0)