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
测试了 其他的指令都能用 点击不能用 func main() { driver, _ := gwda.NewUSBDriver(nil)
x, y := 50, 256 driver.Tap(x, y)
}
报错: 2024/03/10 20:35:58 unknown command: Unhandled endpoint: /session/320F2B62-A685-4848-B6CF-C2AFE4542E1E/wda/tap/0 -- http://00008101-0016191811C2001E/ with parameters { wildcards = ( "session/320F2B62-A685-4848-B6CF-C2AFE4542E1E/wda/tap/0" ); }
The text was updated successfully, but these errors were encountered:
因为新版 wda 对 url 做了调整
wda
url
Sorry, something went wrong.
这个项目大佬还维护吗
抱歉,近期都没时间维护。
但后续我倒是有兴趣做一个全新版本
No branches or pull requests
测试了 其他的指令都能用 点击不能用
func main() {
driver, _ := gwda.NewUSBDriver(nil)
}
报错:
2024/03/10 20:35:58 unknown command: Unhandled endpoint: /session/320F2B62-A685-4848-B6CF-C2AFE4542E1E/wda/tap/0 -- http://00008101-0016191811C2001E/ with parameters {
wildcards = (
"session/320F2B62-A685-4848-B6CF-C2AFE4542E1E/wda/tap/0"
);
}
The text was updated successfully, but these errors were encountered: