After Getting Started

Hi All

After the Getting Started guide, we’re left with
const field = await client.$(“android.widget.EditText”);

However, here comes 2 problems:

  1. All the documentation uses an instance of driver which isn’t included in the Getting Started guide
  2. Let’s assume we don’t need driver, perhaps the documentation can include how can one interact with IDs instead?

I’ve tried various ways to get the Button ID click to occur but to no avail.
Perhaps some kind soul could advise me on my next steps?

Thank you in advance.

JB