Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经修改了下面的代码,它现在可以工作了
$page = $this->getSession()->getPage(); $element = $page->find('css',"#formid input[value=\"Log In\"]"); $element->doubleClick();
可以使用另一个 xpath 定位器吗?尝试:.//input[@value='Log In']
.//input[@value='Log In']