Naeem Akram
Naeem Akram
I don't think there's such a method. You may use LINQ instead of a foreach loop, it will make the code look elegant but behind the scenes LINQ will also...
You can use the following properties of the element in question to move mouse : ``` winElement.Location.X winElement.Location.Y ``` The width and height of the element can be found using...
In life & death scenarios, we might use the screenshot feature to get a screenshot of the control which is being found. At least that would give us some idea...
It shouldn't be a problem, the code for highlighting items is already written & working in The UI Recorder. Yes, it can be done.
This is a feature request.
Thanks very much for the answer, I didn't know it was a possibility.
> @naeemakram you can use next method [#534 (comment)](https://github.com/microsoft/WinAppDriver/issues/534#issuecomment-562030077) Thanks for the tip
Hey! What's up with this one? I would love to add some screenshots to my test reports.
The elements are not available for interaction if their .Displayed property is set to false. Is this the only element that's got the properties which meets your search criteria. Maybe...
Maybe something is wrong in application's UI. Maybe its some sort of bug,.