0
我試圖得到一個屬性,並使用PHP硒的webdriver(Facebook包裝)使用PHP Selenium Webdriver獲取屬性?
這是我的代碼,但它給了我下面錯誤將其存儲在一個變量:
$attr= $driver->findElement(WebDriverBy::cssSelector('.image-e5')->getAttribute('src'));
HTML
<img src="imgtitle.jpg" class="image-e5" id = "image-e5"/>
ERROR
Fatal error: Call to undefined method WebDriverBy::getAttribute()