sending special characters to selenium webdriver
driver.findElement(By.id(“id”)).sendKeys(“\u2019t”);
find more unicode http://www.ssec.wisc.edu/~tomw/java/unicode.html
http://unicode-table.com/en/#00A9
No images available.
driver.findElement(By.id(“id”)).sendKeys(“\u2019t”);
find more unicode http://www.ssec.wisc.edu/~tomw/java/unicode.html
http://unicode-table.com/en/#00A9
No images available.