[misc, 0.2h] add create release uitestpage file.

This commit is contained in:
lijie
2024-07-29 14:30:05 +08:00
committed by 曹延义
parent 2a61885a2c
commit 6a76e93a51
+12
View File
@@ -0,0 +1,12 @@
<?php
class createPage extends page
{
public function __construct($webdriver)
{
parent::__construct($webdriver);
$xpath = array(
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}