shouldHaveType(DriverFactory::class); } public function it_is_named_webdriver_classic(): void { $this->getDriverName()->shouldReturn('webdriver_classic'); } public function it_supports_javascript(): void { $this->supportsJavascript()->shouldBe(true); } }