def recoverapp(self, inspectstack):
     """
     Description : This function helps to go back to assets page. Inspect stack prints the test name from which
                              this function is called.
     Revision:
     :return: None
     """
     print("Application recovering called from " + inspectstack)
     basepage = BasePage(self.driver)
     basepage.accessURL()
     iconlistpage = IconListPage(self.driver)
     iconlistpage.click_map_icon()
 def recoverapp(self, inspectstack):
     """
     Description : This function helps to go back to assets page. Inspect stack prints the test name from which
                              this function is called.
     Revision:
     :return: None
     """
     print ("Application recovering called from " + inspectstack)
     basepage = BasePage(self.driver)
     basepage.accessURL()
     iconlistpage = IconListPage(self.driver)
     iconlistpage.click_map_icon()
 def open_map_app(self):
     appicon = IconListPage(self.driver)
     appicon.click_map_icon()
 def open_map_app(self):
     appicon = IconListPage(self.driver)
     appicon.click_map_icon()