Comment by nikisweeting
Comment by nikisweeting 4 days ago
you still need separate calls to get the AXTree with full computed aria properties, and a bunch of Runtime.evaluate calls to scan all the dynamically-added event listeners.
Comment by nikisweeting 4 days ago
you still need separate calls to get the AXTree with full computed aria properties, and a bunch of Runtime.evaluate calls to scan all the dynamically-added event listeners.
you cannot get the list of bound onclick handlers with a snapshot
Snapshot is all you need. I get all of the info you describe in pure snapshot. Automation works fine.