无法在Web驱动程序脚本上找到元素

时间:2018-04-16 15:55:32

标签: xpath webdriver firepath

我需要为下面的屏幕截图找到一个XPath。请帮助为突出显示的框写一个XPath 我试过了

//span[contains(text(),'What's Up')] 

以及

//span[@class='fontSize16' and contains(text(),'What's Up')]

P.S。:当我尝试使用从firepath生成的XPath时,即

.//*[@id='appContent']/div/div[1]/div/div[1]/div[1],

我得到以下错误(参见图片2):

  

错误:
  失败:登录
  org.openqa.selenium.WebDriverException:未知错误:元素...在点(627,118)处无法点击。其他元素将收到点击:     (会话信息:chrome = 65.0.3325.181)

screeshot_1

Screenshot_2

0 个答案:

没有答案