Crawler|null getCrawler() Returns the current Crawler instance. Return Value Crawler|null A Crawler instance
CookieJar getCookieJar() Returns the CookieJar instance. Return Value CookieJar A CookieJar instance
ContainerInterface|null getContainer() Returns the container. Return Value ContainerInterface|null Returns null when the Kernel has been shutdown or not started yet
Crawler forward() Goes forward in the browser history. Return Value Crawler
followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. Parameters bool $followRedirect Whether to follow redirects
Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect
enableReboot() Enables kernel reboot between requests.
enableProfiler() Enables the profiler for the very next request. If the profiler is not enabled, the call to this method does nothing.
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 click(Link $link) Clicks on a given link. Parameters Link $link A Link instance Return Value Crawler
Page 661 of 787