mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 979338 - Document delete_session method in the python client API, r=mdas
This commit is contained in:
parent
07feaa6918
commit
98f6ece28e
@ -732,6 +732,9 @@ class Marionette(object):
|
||||
self._test_name = test_name
|
||||
|
||||
def delete_session(self):
|
||||
"""
|
||||
Close the current session and disconnect from the server.
|
||||
"""
|
||||
response = self._send_message('deleteSession', 'ok')
|
||||
self.session = None
|
||||
self.window = None
|
||||
|
Loading…
Reference in New Issue
Block a user