When we enter any text in textbox through sendKeys() then after entering the text also the keyboard is not dismissed. If we want to locate the element on the screen then the element could not be located, so to locate the element on screen, the keyboard should be dismissed. Appium provides a method to dismiss the keypad once we have entered the text.
0 Comment(s)