Firebase Robo Test script does not record tapping a tappable textview?

379 Views Asked by At

Robo Test Script image

"Log In" is tappable and it will direct the user to the log-in page. But when i tap on it, Robo Test script didn't record the action, although the page transition indeed happened on my emulator.

1

There are 1 best solutions below

0
On

If there is a customized handling of click events (which is usually the case with tappable TextViews), Robo script Recorder would not intercept the corresponding user action. You can add the missing action to the recorded Robo script manually following examples in Robo scripts reference guide for clicks. You can identify the clicked element using some of its attributes, e.g., resource id or text.