コード例 #1
0
ファイル: WebDriverActions.php プロジェクト: corcre/elabftw
 public function __construct(WebDriver $driver)
 {
     $this->driver = $driver;
     $this->keyboard = $driver->getKeyboard();
     $this->mouse = $driver->getMouse();
     $this->action = new WebDriverCompositeAction();
 }