ajuste de regra

This commit is contained in:
Renan Bernordi 2024-12-24 13:19:31 -03:00
parent bdd81cb5b1
commit 775b6bdd3f
2 changed files with 4 additions and 2 deletions

View file

@ -220,7 +220,8 @@ class URLAnalyzer
$driver->get($url);
$htmlSource = $driver->getPageSource();
$htmlSource = $driver->executeScript("return document.documentElement.outerHTML;");
//$htmlSource = $driver->getPageSource();
$driver->quit();