def detach(self, volume, instance):
detach_button = self.attachments_table.find_element(
By.CSS_SELECTOR, self._detach_template.format(volume, instance))
detach_button.click()
return forms.BaseFormRegion(self.driver, self.conf)
评论列表
文章目录