标签: selenium xpath
这三个XPath之间有什么区别?
//*[. = 'myText'] //text()[contains(., 'myText')] //*[contains(text(), 'myText')]