+[task#133057,doing,2h,0.5h] Add element of export projectstory.

This commit is contained in:
lihuifang
2024-11-22 15:02:52 +08:00
committed by 李阳
parent dadca2dd93
commit bde82f64ed
+6 -1
View File
@@ -15,7 +15,12 @@ class storyPage extends page
'closedTab' => "//*[@id='more']/menu/menu/li[1]/a/div/div",
'linkedExecutionTab' => "//*[@id='more']/menu/menu/li[2]/a/div/div",
'unlinkedExecutionTab' => "//*[@id='more']/menu/menu/li[3]/a/div/div",
'num' => "//*[@id='stories_table']/div/div[3]/div[2]/strong[1]"
'num' => "//*[@id='stories_table']/div/div[3]/div[2]/strong[1]",
/* 导出 */
'format' => "//*[@data-name='fileType']/div/div/span[1]",
'encoding' => "//*[@data-name='encode']/div/div/span[1]",
'data' => "//*[@data-name='exportType']/div/div/span[1]",
'exportBtnAlert' => "//*[@class='modal-content']/div[3]/div/div/form/div[8]/div/div/button/span"
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}