Returns the current Crawler instance.
public function getCrawler() : Crawler { return $this->crawler ?? throw new BadMethodCallException(\sprintf('The "request()" method must be called before "%s()".', __METHOD__)); }