예제 #1
0
    def stop(self):
        """
        Stop the application
        """
        IApplication.stop(self)

        run_apk_cmd = "am force-stop " + self.__app_name
        self.adb_shell(run_apk_cmd, 5)
예제 #2
0
 def stop(self):
     """
     Stop sunspider benchmark
     """
     IApplication.stop(self)
     self._networking.close_web_browser(self._browser)