You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recantly inserted WinAppDriver for testing automation on supporters WPF & Winform systems.
I am using inspect - windows 10 sdk.
I discovered that the ideal elements to find (Name,class name, ID) are hard to find in the system by the inspect.
The controls in the system are generic, and the properties are not able to change , and by that I mean that even if I get a name or a class name, they are always the same and could not be separated by individual name for each button.
The only find by elements that I get is Runtimeid.
Note that the menu I suppose to automate is WPF.
My questions are:
If any body encountered in this kind of problem?
2.If there is any possible to get the click by runtimeid find by element, even if it dynamic and changing by each entering to the system?
If the is possible to get the element even if the controls are generic ? if so, how do I get the child from the father?
I'm continuing exploring,
I will really appreciate the help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I recantly inserted WinAppDriver for testing automation on supporters WPF & Winform systems.
I am using inspect - windows 10 sdk.
I discovered that the ideal elements to find (Name,class name, ID) are hard to find in the system by the inspect.
The controls in the system are generic, and the properties are not able to change , and by that I mean that even if I get a name or a class name, they are always the same and could not be separated by individual name for each button.
The only find by elements that I get is Runtimeid.
Note that the menu I suppose to automate is WPF.
My questions are:
2.If there is any possible to get the click by runtimeid find by element, even if it dynamic and changing by each entering to the system?
I'm continuing exploring,
I will really appreciate the help.
Thank you,
Noam
Beta Was this translation helpful? Give feedback.
All reactions