Browser::macro('scrollTo', function($selector) {
$this->driver->executeScript("$(\"html, body\").animate({scrollTop: $(\"$selector\").offset().top}, 0);");
return $this;
});-
-
Save msonowal/3073a380e816bd2d2777836864ce972d to your computer and use it in GitHub Desktop.
Laravel Dusk scrollTo Macro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment