Cannot find Element in WinForm Embedded WebView2 with UIAutomation #5045
Unanswered
KiYugadgeter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to push button in WinForm embedded WebView2 with UIAutomation.
But cannot find it despite it can see with inspect.exe.
It cannot see not only AutomationElement::FindAll but also enumeration using TreeView.
I want find a element that has name is "ログイン" (because Japanese stock trade software, I would like to push login button programatically)
I have no idea whether my code bug or problem of WebView2 such like #3530
The following is code:
Beta Was this translation helpful? Give feedback.
All reactions