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?