标签: c# selenium xpath
我需要在页面上找到第一个选择关键字的条目并选择它。我猜是双击这个单词。我尝试使用xpath,但我认为这可能是错误的。
driver.FindElementByXPath("//span[contains(text(),'"+word+"')]");