[Espresso] how to scrollToElement

Hi,

For iOS there is mobile: scrollToElement, which jumps to the page area where the given element is visible.

Is there a similar feature for Android Espresso driver?

I don’t think so, but you could try the android datamatcher locator

Thank you for the answer.