-
Notifications
You must be signed in to change notification settings - Fork 419
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
针对系统级的弹框,代码中采用elementByName.click报错 #924
Comments
用完整xpath试试,遇到过一样的问题 |
This is the translated issue comment: @engigu Try it with full xpath and have encountered the same problem |
This is the translated issue comment: @zhechengmao
Using xpath can be clicked, but it will also report an error, but the error is another, as follows: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
代码:
//点击确认
driver.elementByName(Config.Exit_Login_Confirm).click();
日志:
The text was updated successfully, but these errors were encountered: