requests.submit
requests.submit(string, string, string, list) => int
Submit a new group of screenshot requests.
Arguments
~~~~~~~~~
* username string (your user account on the server)
* encrypted_password string (lowercase hexadecimal, length 32)
* url string (request screenshots of this website)
* browsers list (platform, name and version for each browser)
Return value
~~~~~~~~~~~~
* id int (request group id)
You can use the returned request group id to check the progress of
the screenshot requests with requests.status.
Back to the list of supported methods