def click_ShowTitleAgain(): try: CommonUtils.press(Display_Options_PL.getDisplayShowTitleAgain()) CommonUtils.waitFunction() except Exception: print("Element not Clicked") print(Exception)
def click_ShowButton(): try: CommonUtils.press(Show_Buttons_PL.getButtonShowButton()) CommonUtils.waitFunction() except Exception: print("Element not Clicked") print(Exception)
def click_getActionBar(): try: CommonUtils.press(Display_Options_PL.getActionBar()) CommonUtils.waitFunction() except Exception: print("Element not Clicked") print(Exception)
def clickAnimation(): try: CommonUtils.press(Hide_Buttons_PL.getAnimation()) CommonUtils.waitFunction() except Exception: print("Element not Clicked") print(Exception)