Josh Ball
Josh Ball
Is there any advancements in this as I'm also having the same issues?
did anyone manage to resolve this? I am attempting to run on node version 16. Works fine in version 14 but not higher. I understand why it's not working but...
OK I figured it out - using __ setattr __('AXSelectedChildren', AXUIElement.ref) Don't know if that's the best way but it works.
Yeah that was the first thing I tried, I thought that was the case but for some reason it doesn't work. No error or anything, it appears to work, but...
OK it was my mistake, I needed to do it like this x.AXSelectedChildren = [AXUIElement.ref] and also I have to use a direct reference to the AXUIElement, when it's stored...
So if I store the list of AXChildren as a variable and then try to set AXSelectedChildren from that list using the index it just doesn't do anything, it has...
Has anyone got anywhere with this, or got any resources to share? I’m considering looking in to it but if work has already been done then I can start from...
I'm also having issues using this on macOS big sur, will try the fix but the application I'm working on is an accesibility tool for another program, which will have...
No problem, it's great to find other devs working with the Live API. Thanks for sharing theses resources. 🎆 Not heard of Deno or DNT before so will have a...
@leolabs PR ready for review, breaking changes and clutter removed and working from node as before or you can switch it to TCP to connect from a websocket. :)