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"));
Posted on April 11, 2019
By Shah Nawaz
//Here q is the textbox from which you want to select text.
driver.findElement(By.name("q")).sendKeys(Keys.chord(Keys.CONTROL, "a"));
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept