Google Chrome accessible tree cache issue with UI Automation
Scrolling in simple pages is optimized to not require computation from the renderer. Only the compositor and the GPU are needed to scroll therefore the render tree which is only updated from the renderer is still the same. Requiring the renderer to traverse the DOM and update the Accessibility tree during a scroll runs contrary … Read more