lower-case()仅XPath 2.0支持此功能。对于XPath 1.0,您必须使用
translate()。
编辑:Selenium python绑定站点有一个常见问题解答-Selenium 2是否支持XPath
2.0?:
参考:http : //seleniumhq.org/docs/03_webdriver.html#how-xpath-works-in-
webdriverSelenium委托XPath向下查询到浏览器自己的XPath引擎,因此Selenium支持XPath支持浏览器支持的任何内容。在没有本地XPath引擎(IE 6,7,8)的浏览器中,Selenium仅支持XPath 1.0。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)