Open
Description
Is your feature request related to a problem? Please describe.
Many organizations have made significant investments in Selenium for automated testing, and it is essential to leverage these existing test components within the Power Apps Test Engine.
Describe the solution you'd like
Propose adding migration guidance and samples for integrating Selenium-based test components into the Power Apps Test Engine. This would allow users to utilize their existing Selenium tests, which are often written in Java, within the Test Engine.
This guidance could cover steps migrating these tests to Playwright and a language bridge from Java to C# would also be beneficial to facilitate a smooth transition.
It could cover:
- Login / Security model code can be removed as handled via Test Engine
- Page navigation and start up model handled by Test Engine
- Changes from WebDriver to Playwright Page
- .Net to Java Interop
- Extensions using No cliffs extensibility model
Describe alternatives you've considered
No response
Additional context?
No response