Ejemplo n.º 1
0
 def openDialogTextbox(self):
     self.verifyButtonAlertTextbox()
     page.getButtonAlertTextbox().click()
     return self
Ejemplo n.º 2
0
 def verifyButtonAlertTextbox(self):
     assertion.assertTrue(
         'Unable to find the button to display an alert with Textbox',
         page.getButtonAlertTextbox().isDisplayed())
     return self