create_test_grid_url
(**kwargs)¶Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver
constructor.
See also: AWS API Documentation
Request Syntax
response = client.create_test_grid_url(
projectArn='string',
expiresInSeconds=123
)
[REQUIRED]
ARN (from CreateTestGridProject or ListTestGridProjects ) to associate with the short-term URL.
[REQUIRED]
Lifetime, in seconds, of the URL.
dict
Response Syntax
{
'url': 'string',
'expires': datetime(2015, 1, 1)
}
Response Structure
(dict) --
url (string) --
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver
.
expires (datetime) --
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
Exceptions
DeviceFarm.Client.exceptions.NotFoundException
DeviceFarm.Client.exceptions.ArgumentException
DeviceFarm.Client.exceptions.InternalServiceException