getTestGridSession
inline suspend fun DeviceFarmClient.getTestGridSession(crossinline block: GetTestGridSessionRequest.Builder.() -> Unit): GetTestGridSessionResponse
A session is an instance of a browser created through a RemoteWebDriver
with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions:
The session ARN (GetTestGridSessionRequest$sessionArn).
The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).