I need to use apostrophe (\') in my xpath expression which i need to use in finding elements using webdriver
i need to use below Xpath expression
//
Use the xpath as shown below:
driver.findElements(By.xpath("//input[contains(@text,\"WE'd\")]"));
Hope this helps.