Created
April 24, 2017 15:36
-
-
Save ekos/9ed0b7bba2a64b5754a04829bf78c174 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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