cyclient.session.new
cyclient.session.new(self, verbose=False)
Destroys the current session and creates a new, empty one.
widWindow IDverboseprint more
cyclient.session.save
cyclient.session.save(self, session_file, verbose=False)
Saves the current session to an existing file, which will be replaced. If this is a new session that has not been saved yet, use 'save as' instead.
session_fileThe path to the file where the current session must be saved to.verboseprint more
cyclient.session.open
cyclient.session.open(self, session_file=None,session_url=None, verbose=False)
Opens a session from a local file or URL.
session_fileThe path to the session file (.cys) to be loaded.session_urlA URL that provides a session file.verboseprint more
cyclient.session.save_as
cyclient.session.save_as(self, session_file, verbose=False)
Saves the current session as a new file.
session_fileThe path to the file where the current session must be saved to.verboseprint more