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)
def tearDown(self): self.marionette.execute_script(""" window.removeEventListener('devicelight', window.wrappedJSObject.prox_function); """) TestCase.tearDown(self)