如何使用WWW :: Selenium找到多个元素?

时间:2016-02-23 15:23:00

标签: perl selenium

我需要以类似于:

的方式使用WWW :: Selenium库
use Selenium::Remote::Driver;
$driver->get("http://www.google.com");
$driver->find_elements("//table/*/a/");

我没有找到使用WWW :: Selenium定位多个元素的方法,只有Selenium :: Remote :: Driver。

0 个答案:

没有答案