I want to automate mobile web site testing on Android emulator using c# and Appium. There is a simple test scenario I want to automate for the start: 1. Start Browser 2.
Try these 2 statements:
var element = _driver.FindElement(By.Id("com.android.browser:id/url"); driver.findElementsByXPath("//*[@class='com.android.browser' and @index='1']");