需要使用硒显示在Curosol中显示的视频数量

时间:2016-09-22 11:35:53

标签: selenium

需要使用硒显示在Curosol中显示的视频数量。

尝试使用xpath:

homePageNumberOfPlaylist_XPATH = //div[@class='jcarousel']/descendant::ul/descendant::li

driver.findElement(By.xpath("homePageNumberOfPlaylist_XPATH")).getSize();

enter image description here

但是收到错误

  

java.lang.IllegalArgumentException:当XPath表达式为null时找不到元素。

先谢谢。

0 个答案:

没有答案