hi there,
I have a doubt about use @AndroidFindBy - this locator of elements,
Do i have initialize first in any way? or this is enough?
I paste the example:
@AndroidFindBy(id="com.theamalgama.bataxi.passenger:id/login_nativo_email_editText_id")
public WebElement emailField;
i hope you can understand my question,
thank you