错误: - 对于WebElement类型,未定义方法selectByVisibeText(String)

时间:2018-02-08 08:48:24

标签: selenium selenium-webdriver

我是SELENIUM的新手,我在最后一行收到错误。你能告诉我解决方案和这个问题的原因吗? 错误: - "方法selectByVisibeText(String)未定义类型WebElement"

newsItem = newsItem.set('push_sended', true);

1 个答案:

答案 0 :(得分:1)

这是您的错误:

driver.findElement(By.xpath("/html/body/div[1]/div/div/div/section/div/form/div[1]/div[2]/div[2]/div[1]/div/div/a/span[1]")). selectByVisibeText("Test_Product01");    // Error:-  "The method selectBy**Visibe**Text(String) is undefined for the type WebElement"

它的拼写"可见",小写" L" " b"和" e"。