Karthik

Results 5 comments of 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.

![try](https://user-images.githubusercontent.com/54313217/73739498-55381400-476c-11ea-8f78-6ade91bdc097.JPG) 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.

> 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.