Shakevg

Results 84 comments of Shakevg

[VishGJadhav](https://github.com/VishGJadhav) You can use any test reporting tool depending on your language, example https://www.executiveautomats.com/resources/articles/automated-test-reporting

[ritusenleo](https://github.com/ritusenleo) Please provide code example, stacktrace and WinAppDriver log

@xkasjan77 Check https://github.com/microsoft/WinAppDriver/issues/1588 https://github.com/microsoft/WinAppDriver/issues/1434

@ofriDev Try [this](https://github.com/microsoft/WinAppDriver/issues/1737#issuecomment-1161276608)

In except try to connect to the existing app using [process](https://github.com/microsoft/WinAppDriver/issues/1091#issuecomment-1151705923) or [Desktop session](https://github.com/microsoft/WinAppDriver/blob/9c561a52ace7b57bb375bc752389731a68dbcc53/Samples/C%23/StickyNotesTest/StickyNotesSession.cs#L46)

Please describe your scenario. It depends on your language. For c# you can run cmd command using Process.Start, then attach to it by process name or app name ```csharp ///...

You should use your language abilities or some script like bat or PowerShell, not WinAppDriver

[junaid-ansari312](https://github.com/junaid-ansari312) You check what controls are available using the session.PageSource

> Hi, if I want to open a excel file and save the test result (pass/fail) to related cell value, where can I find the sample code? Get test result...

yes https://github.com/microsoft/WinAppDriver/issues/1803#issuecomment-1273891708