1
votes

I am using Firebase Test Lab to do automated testing for my app. I created robo script from Android studio, in which there is a sign in page which uses chrome custom tab. When I execute the script, it fails on the chrome custom tab. Is there a way to fix itenter image description here

1

1 Answers

0
votes

Robo doesn't do anything with external apps or web content. It needs to stay within the confinement of a single app, and it can only script with native UI elements.