def verifyButtonAlertTextbox(self): assertion.assertTrue( 'Unable to find the button to display an alert with Textbox', page.getButtonAlertTextbox().isDisplayed()) return self
def verifyOkAndCancelOption(self): assertion.assertTrue('Unable to find the OK and Cancel option', page.getButtonAlertOKCancel().isDisplayed()) return self
def verifyButtonAlertOKCancel(self): assertion.assertTrue( 'Unable to find the button to display an alert box with OK and Cancel options', page.getButtonAlertOKCancel().isDisplayed()) return self
def verifyAlertsOption(self): assertion.assertTrue('Unable to find Alerts option', page.getAlertsOption().isDisplayed()) return self
def verifyFramesOption(self): assertion.assertTrue('Unable to find Frames option', page.getFrameOption().isDisplayed()) return self
def verifyInputInFrames(self): assertion.assertTrue("Input is not Displayed", self.__page.getInputInFrames().isDisplayed()) return self
def verifyIframeWithIframeButton(self): assertion.assertTrue( "Button is not Displayed", self.__page.getButtonIframeWithIframe().isDisplayed()) return self
def verifySingleInput(self): assertion.assertTrue("Input is not Displayed", self.__page.getSingleInput().isDisplayed()) return self
def verifySwitchToOption(self): assertion.assertTrue('Unable to find SwitchTo Option on Menu', page.getOptionSwitchTo().isDisplayed()) return self
def verifyButtonSkipSingIn(self): assertion.assertTrue('Unable to find Skip Sing In button', page.getButtonSkipSingIn().isDisplayed()) return self