Cannot find element in WindowsForm
See original GitHub issueWhen the existing form Hide()
and a new form Show()
, cannot find the element in new form.
When I trying to get the title
from session after the new form shown, the result is still the title of old form.
How can I find the element in new form?
Thx.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
c# white, can't find element at window
I am trying to automate WinForm application, very basic. Manual steps for automation: Open window. Download file to this window. Find caption at ......
Read more >UI automation action fails with "Failed to get UI element" or ...
Cause 3: Application's window name or element's underlying structure has changed. Either the window name of the application or the underlying ...
Read more >Can't find Element on other machine in Citrix - Studio
The robot needs to navigate in the top bar, the same as in Windows Explorer. I run in to the problem that the...
Read more >UI elements cannot be identified correctly (Windows Form)
Hello, I have some problems with UI identification. I use Ranorex (9.4.1) to test an Application, which is programed with Windows Form.
Read more >FindElement And FindElements Commands in C#
Locating elements in WebDriver is done by using the FindElement(By.Locator()) method. The FindElement methods take a locator or query object ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try finding the new form first inside the old session, once you have the WinElement containing the new form you should be able to find things on the second form. Please let me know if it worked.
Thanks very much for sharing the code.
On Fri, Mar 15, 2019 at 9:23 AM daleqq notifications@github.com wrote: