コード例 #1
0
 def tearDown(self):
     clear_script = """
         window.removeEventListener("deviceorientation", window.wrappedJSObject.deviceListener);
         window.removeEventListener("deviceorientation", window.wrappedJSObject.checkValues);
     """
     self.marionette.execute_script(clear_script)
     TestCase.tearDown(self)
コード例 #2
0
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
     TelephonyTestCommon.__init__(self)
コード例 #3
0
 def tearDown(self):
     self.marionette.execute_script("""
     window.removeEventListener('devicelight', window.wrappedJSObject.prox_function);
     """)
     TestCase.tearDown(self)
コード例 #4
0
 def tearDown(self):
     self.marionette.execute_script("""
     window.removeEventListener('devicelight', window.wrappedJSObject.prox_function);
     """)
     TestCase.tearDown(self)