Im using Playwright for Android testing (hybrid app) and have difficulty to locate selectors. If Im correct playwright only accepts resource-id selector type but not other types as xpath or uiautomator..
P.S. If I dont have resource-id im unable to locate element, so Im unable to locate "Email" input field form screenshot.
Attached screenshot is webview and even not able to do:
// Work with WebView's page as usual.
const page = await webview.page();
Example
No response
Motivation
More people interested in mobile automation will start using Playwright
🚀 Feature Request
Im using Playwright for Android testing (hybrid app) and have difficulty to locate selectors. If Im correct playwright only accepts resource-id selector type but not other types as xpath or uiautomator..
P.S. If I dont have resource-id im unable to locate element, so Im unable to locate "Email" input field form screenshot.
Attached screenshot is webview and even not able to do:
Example
No response
Motivation
More people interested in mobile automation will start using Playwright