Files
EasySoft-ZenTaoPMS/module/programplan/test/ui/page/craete.php
T

13 lines
315 B
PHP

<?php
class createPage extends page
{
public function __construct($webdriver)
{
parent::__construct($webdriver);
$xpath = array(
'settings' => "//*[@id='navbar']//a[@data-id='settings']/span"
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}