+ [task#61818,doing,0.2h,2.8h] Add xpath of stakeholder page.
This commit is contained in:
@@ -9,6 +9,8 @@ class stakeholderPage extends page
|
||||
'stakeholderNum' => "//*[@id='table-program-stakeholder']/div[3]/div[2]/strong",
|
||||
'selectAllBtn' => "//*[@id='table-program-stakeholder']/div[1]/div[1]/div/div[1]/div/div/label",
|
||||
'batchUnlinkBtn' => "//*[@id='table-program-stakeholder']/div[3]/nav[1]/button",
|
||||
'title' => "//*[@id='table-program-stakeholder']/div[2]/div[1]/div/div[2]/div",
|
||||
'type' => "//*[@id='table-program-stakeholder']/div[2]/div[2]/div/div[1]/div",
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user