Files
EasySoft-ZenTaoPMS/module/testcase/test/ui/page/zerocase.php
T

13 lines
243 B
PHP
Executable File

<?php
class zeroCasePage extends page
{
public function __construct($webdriver)
{
parent::__construct($webdriver);
$xpath = array(
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}