History getHistory() Returns the History instance. Return Value History A History instance
CookieJar getCookieJar() Returns the CookieJar instance. Return Value CookieJar A CookieJar instance
Crawler|null getCrawler() Returns the current Crawler instance. Return Value Crawler|null A Crawler instance
Crawler forward() Goes forward in the browser history. Return Value Crawler
enableReboot() Enables kernel reboot between requests.
followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. Parameters bool $followRedirect Whether to follow redirects
disableReboot() Disables kernel reboot between requests. By default, the Client reboots the Kernel for each request. This method allows to keep the same kernel across requests.
Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect
enableProfiler() Enables the profiler for the very next request. If the profiler is not enabled, the call to this method does nothing.
Crawler click(Link $link) Clicks on a given link. Parameters Link $link A Link instance Return Value Crawler
Page 661 of 787