public function __construct(DriverInterface $driver, SelectorsHandler $selectorsHandler, ?Manipulator $xpathManipulator = null) { $this->driver = $driver; $this->selectorsHandler = $selectorsHandler; $this->xpathManipulator = $xpathManipulator ?? new Manipulator(); }