ConsoleUser
Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com
This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.
All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.
- class DropboxHelper.DropboxHelper(system, config)¶
A browser helper for interacting with Dropbox.
Paramters:
system: a <no title> this user is interacting with
config: the <no title> defining this user
- run(browser, files, uname, passwd, *args, **kwargs)¶
Run the google helper with the given args.
Parameters:
browser: the WebBrowserImpl object to use
files: a sequence of files to upload
uname: the username to login with
passwd: the password to login with
Example:
- user.WebBrowser.helper( ‘Dropbox’, [ r’c:tempfiles.zip’ ], ‘cu’,
‘password’ )