如何在xpath中使用撇号('),同时使用webdriver查找元素?
我需要在我的xpath表达式中使用撇号('),我需要使用webdriver查找元素
我需要使用下面的 Xpath 表达式
//input[@text="WE'd like to hear from you"]
在查找元素函数中使用上述表达式时,我正在用单引号替换双引号
driver.findelements(By.xpath("//input[@text='WE'd like to hear from you']"))