Is there any present or future pathway to supporti...
# compose-web
d
Is there any present or future pathway to supporting automated browser testing frameworks like Selenium on a (Compose) Canvas Rendered WASM page. While these are usually designed to work with the HTML DOM, they typically use only a narrow subset of DOM interactions like click, focus, check text content, find text. I would think some kind of bridging API would be possible? Or should we limit ambitions to Compose Testing APIs only in this area; discounting 3rd party test platforms? Thoughts or experiences?
👀 1
o
We are working on accessibility support. And its implementation would basically build the HTML DOM tree accessible to the testing frameworks. But for the nearest future, I think it's better to focus on using Compose Testing APIs.
✨ 1
kodee pleased 1