public function __construct(WebDriver $driver)
 {
     $this->driver = $driver;
     $this->keyboard = $driver->getKeyboard();
     $this->mouse = $driver->getMouse();
     $this->action = new WebDriverCompositeAction();
 }