How to select all text using Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to select all text using Appium? ...

How to select all text using Appium?



//Here q is the textbox from which you want to select text.
driver.findElement(By.name("q")).sendKeys(Keys.chord(Keys.CONTROL, "a"));

Leave a Reply

Your email address will not be published. Required fields are marked *