I'm trying to send some data to a EditText Element by Xpath.
[FindsBy(How = How.XPath, Using = "//android.widget.LinearLayout[14]/android.widget.RelativeLayout[0]/android.widget.EditText[0]")] public IWebElement JobTest { get; set; }
this screeen has many textboxs and to get this specific one I have to scroll down , and I thought when using the Xpath element, the screen will be scrolled down automatically....?