Beispiel #1
0
 public void Execute(Arguments arguments)
 {
     arguments.Search.Value = "/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.FrameLayout/android.widget.FrameLayout/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.HorizontalScrollView/android.widget.LinearLayout/android.widget.FrameLayout[3]";
     arguments.By.Value     = "xpath";
     ElementHelper.GetElement(arguments.By.Value, arguments.Search.Value).Click();
 }
 public void Execute(Arguments arguments)
 {
     arguments.Search.Value = "//android.widget.ImageButton[@content-desc='New chat']";
     arguments.By.Value = "xpath";
     ElementHelper.GetElement(arguments.By.Value, arguments.Search.Value).Click();
 }