Skip to content

Instantly share code, notes, and snippets.

@ekos
Created April 24, 2017 15:36
Show Gist options
  • Save ekos/9ed0b7bba2a64b5754a04829bf78c174 to your computer and use it in GitHub Desktop.
Save ekos/9ed0b7bba2a64b5754a04829bf78c174 to your computer and use it in GitHub Desktop.
<?php
/*
~色々定義~
*/
$idElement = $webdriver->findElementBy(LocatorStrategy::id, "id");
$idElement->sendKeys(array($id) );
$passwordElement = $webdriver->findElementBy(LocatorStrategy::id, "passwd");
$passwordElement->sendKeys(array($passwd) );
$idElement->submit();
sleep(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment