Mark Humphreys
Mark Humphreys
This is 'fixed' in the 0.5.1-SNAPSHOT, but it isn't very elegant.
I wonder if they get purged - they are snapshots, and probably I should push a full release.
Only one element has focus, so it's an overall thing, a quick snippet I've just looked ... ``` Element focused = automation.getFocusedElement(); String v = focused.getClassName(); logger.info("Focused class-name is :...
The Element here is a 'raw' thing, so you'd have to know it was an EditBox (for example), and create an EditBox object to get at the EditBox specific functions,...
I have noticed that occasionally it all works. I suspect that it is something in the code being tested, but I will have to start recreate the project one set...