Unfortunately not all apps expose their AX tree - in a way that can be traversed from top especially cross platform or electron based things like Teams won't work with this. I will add a check when configuring the item, and add a warning / error in this case.
For edge I may be able to add a workaround that I have used for window snapping in the past, I'll try that!
Which was not working, however after I've added manually "Favorites" to "AXChildren[0]StaticText" I was able to to execute the only action "AXMoveMouseToCenter". BTW is it expected to have only 1 possible action?
It currently only records roles, not the actual content of elements (that would sometimes lead to a large path). I'll check why it's not working with the favorites item, maybe it stops traversing for some reason. The recorded path looks good.
The side bar buttons don't offer any actions, so BTT just defaults to AXMoveMouseToCenter which works for all elements
I have no idea how all of this is working, but I'll ask anyway - why in the example above, for MS Edge, each element have some value and in the case for BTT's CM they do not have?
Edge and the like are quite optimized to be very accessible by screen readers etc.
While I would like the same to be true for BTT, this is a lot of work and I don't really have the resources to optimize BTT in that way ;-(
In 5.406 (uploading) I improved the path recording & element finding logic. It should now work much better hopefully the path now contains more things it can fall back to.
If I use "Click Button With Name In Active Window/Dialog", which is configured in another trigger, invoked from my original trigger next actions in my initial trigger are not executed. I've tested with a simple "Show HUD overlay" action which is not executed.
It is a bit confusing therefor adding some screenshots: