Ameya Kulkarni
Ameya Kulkarni

Reputation: 53

Google firebase test lab, compatibility testing

In Google firebase test lab, for custom login of my android application, I am not able to access/get the resource IDs of username and password field. This is happening because my sign in page is web-view. Is there any way to access the resource ids in web-view or any other approach to perform compatibility testing

Upvotes: 3

Views: 664

Answers (2)

Vladimir Gavrilov
Vladimir Gavrilov

Reputation: 19

Works in 2020. In the test settings, specify the id of the html element and enter the value (password, email, etc.)

Upvotes: 1

Doug Stevenson
Doug Stevenson

Reputation: 317487

I'm assuming you're asking about a Robo automated test and not instrumentation tests. Firebase Test Lab does not support WebView at this time. It's noted in the documentation.

If this is a feature you'd like to see, you can effectively vote for it by filing a feature request.

Upvotes: 3

Related Questions