mirror of
https://github.com/manualdousuario/marreta.git
synced 2026-04-30 20:40:13 +00:00
ajuste de regra
This commit is contained in:
parent
bdd81cb5b1
commit
775b6bdd3f
2 changed files with 4 additions and 2 deletions
|
|
@ -220,7 +220,8 @@ class URLAnalyzer
|
|||
|
||||
$driver->get($url);
|
||||
|
||||
$htmlSource = $driver->getPageSource();
|
||||
$htmlSource = $driver->executeScript("return document.documentElement.outerHTML;");
|
||||
//$htmlSource = $driver->getPageSource();
|
||||
|
||||
$driver->quit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue