Exemple #1
0
 def wait_until_loaded(self, timeout=None) -> None:
     prev_frame = self.robopom_plugin.get_current_frame()
     SeleniumLibrary.FrameKeywords(self.selenium_library).select_frame(
         self.path_locator)
     super().wait_until_loaded(timeout=timeout)
     self.robopom_plugin.driver.switch_to.frame(prev_frame)