znt/module/testcase/test/ui/page/editscene.php

13 lines
244 B
PHP
Executable file

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