Karthik
Karthik
This will attach the currently running process to session without using Root session var processes = Process.GetProcesses(); bool exi = false; foreach (var process in processes) { string v =...
Yes it is not possible to get Window handle from a remote machine. If any one can give suggestion to get WindowsHandle from a remote machine will be very helpful.
 In the appicatioon i test, it shows the ExpandedState in the inspect.exe, but am not able to get the property using the appium functions.
Any update on this issue
> In case anyone is still wondering, the `ExpandCollapseState` can be addressed with `ExpandCollapse.ExpandCollapseState`. This worked. Can we get a documentation for getting all the pattern state values.