def test_1_view_alignment(self):
actions = ActionChains(self.driver)
rows = self.waitForAll('.public_fixedDataTable_bodyRow .public_fixedDataTableCell_cellContent')
actions.double_click(rows[0]).perform()
self.waitFor('.igv-modal', 3)
评论列表
文章目录