+ [task#12323,doing,0.5h,0.5h] add createApplication uitest page.

This commit is contained in:
luxuyang
2024-07-17 13:50:03 +08:00
committed by 陆旭阳
parent f2c343b6af
commit c8384b90d8
@@ -0,0 +1,12 @@
<?php
class createapplicationPage extends page
{
public function __construct($webdriver)
{
parent::__construct($webdriver);
$xpath = array(
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}