我想使用 Symfony Panther 滚动到一个元素,但不使用 javascript 方法。
有人知道这样做的方法吗?
javascript方法是这样的:
<?php
// autoload here
$client = Client::createChromeClient();
$client->executeScript('document.getElementById("someElementId").scrollIntoView();');
我想使用 Symfony Panther 滚动到一个元素,但不使用 javascript 方法。
有人知道这样做的方法吗?
javascript方法是这样的:
<?php
// autoload here
$client = Client::createChromeClient();
$client->executeScript('document.getElementById("someElementId").scrollIntoView();');