znt/module/user/test/ui/page/edit.php

12 lines
238 B
PHP
Executable file

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