Values.CreateTestGridUrlResultSourceCreates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.
type nonrec t = {url : SensitiveString.t option;A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
*)expires : DateTime.t option;The number of seconds the URL from CreateTestGridUrlResult$url stays active.
*)}type nonrec error = [ | `ArgumentException of ArgumentException.t| `InternalServiceException of InternalServiceException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `InternalServiceException of InternalServiceException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `InternalServiceException of InternalServiceException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of SensitiveString.t | `Timestamp of DateTime.t ])
list ]