提交 97b1fcbb 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

support appium test

上级 151f68a7
......@@ -19,7 +19,7 @@ use Facebook\WebDriver\Chrome\ChromeOptions;
include 'vendor/autoload.php';
if (isWindows())
{ // launch build-in selenium driver to test
$command = 'start /B ' . dirname(__FILE__, 3) . '\runtime\selenium\chrome80.exe >log.txt 2>&1';
$command = 'start ' . dirname(__FILE__, 3) . '\runtime\selenium\chrome80.exe ^>log.txt ^>2^&1';
pclose(popen($command, 'r'));
// exec("CHCP 936");
......@@ -35,7 +35,7 @@ $desiredCapabilities->setCapability(ChromeOptions::CAPABILITY, $options);
$driver = RemoteWebDriver::create($host, $desiredCapabilities);
$driver->get("https://www.baidu.com");
$html= $driver->getPageSource();
print_r("$html \n");
// print_r("$html \n");
$keywordsInput = $driver->findElement(WebDriverBy::id('kw'));
$keywordsInput->clear();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册