Locating element is the basic activity to automate any web application or the mobile application. The action can only be performed on the element once we have located the element successfully. If the element is not located then we get NoSuchElementException.
The various methods provided by Appium to locate elements are:
With the help of UIAutomator tool, we can locate element on any screen. These methods are present in Appium library and the steps to locate element with UIAutomator visit my another blog link provided below :
0 Comment(s)