Test automation on Native Android

In order to test the Auth0 flow using our native side automation test cases using tools such as -kaspresso, espresso web-. we weren’t able to interact or access the webpage due to the undefined id for the webpage that Auth0 opens.

So the basic solution that we could think of is add an identifier to this webpage or have a method to get it actually.

Hi @kelsayed,

Welcome to the Auth0 Community and thanks for the feature request!