-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
Description
Is your feature request related to a problem? Please describe.
We are considering usage of Robot Framework Browser library. Our webapp UI is dynamically generated by SmartClient (which itself has its own selector/locator approach). When we were using Playwright exclusively, we implemented selector engine to work with SmartClient selectors/locators and registered it with Playwright. Switching to Robot Framework does not give us that ability.
Describe the solution you'd like
Expose Playwright's registerSelectorEngine() in Robot Framework Browser library via 'Register Selector Engine' keyword.