Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:1.init agent;2.windows shell #23

Merged
merged 3 commits into from
Jan 2, 2025
Merged

Conversation

e790a8
Copy link
Contributor

@e790a8 e790a8 commented Dec 26, 2024

1.初始化agent同步官方逻辑
fixes #22
image

2.修复windows shell异常
image

@e790a8
Copy link
Contributor Author

e790a8 commented Dec 26, 2024

Windows测试:pass

1.无需升级
image

2.升级
image

@e790a8
Copy link
Contributor Author

e790a8 commented Dec 26, 2024

关于Shell执行问题:添加"cmd",确保cmd在设备上执行,而不受 |、> 等特殊符号影响

@e790a8
Copy link
Contributor Author

e790a8 commented Dec 27, 2024

start_app的page_name默认值不对,修复为:未传入page_name时,从app_info中查找能启动的main page_name。
这部分也是同步了官方的做法
修复前:
image

修复后:
image

@codematrixer codematrixer merged commit 0031134 into codematrixer:master Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

升级系统后,无法初始化Driver对象了
2 participants