Mark Humphreys

Results 56 comments of Mark Humphreys

I have a fix for this, but it is to replace the generic code with specific code for the Grid pattern. Can't see why this has started to fail, but...

If you use the `getItems` method, it should have the same results, and isn't deprecated. `AutomationList list1 = (AutomationList) combo.getItems();`

I will have a look at this after I have upgrade current dependabot log4j changes. I was thinking of simply removing the logging that I am already doing, but that...

I am investigating this issue now, sorry for any delay.

I have created a new branch (feature/issues-113) with a untidy fix in it. If you want to text it, there is a demo called `MainMultiArgs` which runs notepad with 2...

The underlying automayion library that is in Windows 8.1 and beyond (i.e. NOT Windows 7) has a method called `showContextMenu`. This is exposed in this library in the `AutomationElement.showContextMenu` method....

At least partially addressed by PR #83

Hi, thanks for the issue / message - I have neglected to get back to you - so I apologize for that. I have had a look at the karate-robot...

If you are using Delphi, then I have written some controls that better support the MS Automation interfaces, as the base Delphi ones don't. https://github.com/jhc-systems/DelphiUIAutomation

I've looked at what information can be got out of the windows terminal, and it is not a lot. You can get the text, but it looks like it is...