I have AXWebArea, which I can access through the Accessibility API. Is there a way to extract or recover the HTML code used to create AXWebArea? The application that I am debugging changes the HTML before loading it into AXWebArea, and I would like to understand what changes it makes.
source share