We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前最常用的Adb和Win32控制器中, 连接行为不是很统一, 且导致StartApp等操作在Win32下难以实现 考虑按下面方法拆分
这样的话对于Win32, 即使没有窗口, 也可以进行StartApp等操作; 考虑在pipeline中引入第二部的操作动作, 配合具体平台的参数(Win32的Find, Search之类的)
{ "action": "Bind", "win32": { "method": "Desktop" } }
连接设备部分保持现有逻辑, 在创建Controller时完成, 绑定目标部分则由Pipeline实现
The text was updated successfully, but these errors were encountered:
adb的绑定目标部分也可以考虑做检查activity等操作
Sorry, something went wrong.
或者是把搜索hwnd这个操作合并到controller创建里面,创建参数直接改为method+参数这种
No branches or pull requests
目前最常用的Adb和Win32控制器中, 连接行为不是很统一, 且导致StartApp等操作在Win32下难以实现
考虑按下面方法拆分
这样的话对于Win32, 即使没有窗口, 也可以进行StartApp等操作; 考虑在pipeline中引入第二部的操作动作, 配合具体平台的参数(Win32的Find, Search之类的)
连接设备部分保持现有逻辑, 在创建Controller时完成, 绑定目标部分则由Pipeline实现
The text was updated successfully, but these errors were encountered: