GUI Functional Full Report
API Explorer: /sessions/{sessionId}/xbt-report
To get GUI functional full report, use the sessionId
from the masterId
of the test run. The sample code returns the full report for the sessionId
of r-sg-5e0a77876335f
. Use the sessionId
of the actual test run in place of r-sg-5e0a77876335f
.
GUI Functional Full Report
curl 'https://a.blazemeter.com/api/v4/sessions/r-sg-5e0a77876335f/xbt-report' \
--user 'api_key_id:api_key_secret'
GUI Functional Full Report Response Attributes
Attributes
-
sessionId
stringThe
sessionId
for this test run -
gridSessionId
stringThe Selenium grid session ID
-
browserName
stringThe browser name that was used
-
browserVersion
stringThe browser version that was used
-
testCases
arrayA list of the test cases run in the test
Show/Hide Child Attributes-
testSuiteName
stringThe name of this test suite
-
offset
floatThe time in seconds for when the first webdriver action took place
-
testCaseUniqueAlias
stringThe test case name unique alias
-
start
floatThe timestamp for when the test case starts
-
testSuiteUniqueAlias
stringThe test suite name unique alias
-
screenshots
arrayList of sceenshots for this test case
Show/Hide Child Attributes-
ts
floatThe timestamp the screenshot was taken
-
filename
stringThe file name of the screenshot
-
commandId
stringThe commmand ID of the webdriver action
-
link
stringThe download link to the screenshot. This link remains active for 20 minutes
-
-
commands
arrayThe list of commands run for this test case
Show/Hide Child Attributes-
result
objectThe result details for this command
Show/Hide Child Attributes-
value
objectThe values for each result
Show/Hide Child Attributes-
locationContextEnabled
booleanDenotes if the script finds an element by ID or not
-
cssSelectorsEnabled
booleanDenotes if the script finds an element by CSS selectors or not
-
webStorageEnabled
booleanDenotes if the web storage is enabled or not
-
acceptInsecureCerts
booleanDenotes if the script will accept insecure certificates or not
-
networkConnectionEnabled
booleanDenotes if the network connections were enabled or not
-
takesHeapSnapshot
booleanDenotes if snapshots of the heap space occurs or not
-
takesScreenshot
booleanDenotes if screenshots are being taken or not
-
browserConnectionEnabled
booleanDenotes if broswer connections were enabled or not
-
javascriptEnabled
booleanDenotes if javascript was enabled or not
-
applicationCacheEnabled
booleanDenotes if the application cache is enabled or not
-
acceptSslCerts
booleanDenotes if the test accepts SSL certificates or not
-
goog:chromeOptions
objectChrome options use for Google Chrome
Show/Hide Child Attributes-
debuggerAddress
stringThe URL address for the Chrome debugger
-
-
version
stringThe version of the browser used in the test
-
browserName
stringThe name of the browser used
-
platform
stringThe platform the browser was run in (i.e. Linux, Windows, etc.)
-
hasTouchScreen
booleanDenotes if the test used a touch screen or not
-
setWindowRect
booleanDenotes if the a window reticule was used or not
-
rotatable
booleanDenotes if the screen was rotatable or not
-
mobileEmulationEnabled
booleanDenotes if this test was a mobile emulation or not
-
handlesAlerts
booleanDenotes if this test was configured to handle alerts or not
-
nativeEvents
booleanDenotes if the events are native to the test or not
-
unexpectedAlertBehaviour
stringThe setting for the how to handle unexpected alert behavior. Currently is always
ignore
-
databaseEnabled
booleanDenotes if a database was enabled or not
-
pageLoadStrategy
stringThe page load strategy that was used for this test
-
chrome
objectThe Chrome details for this command
Show/Hide Child Attributes-
userDataDir
stringThe directory for user data within the test
-
chromedriverVersion
stringThe chromedriver version used in the test
-
-
webdriver_remote_sessionid
stringThe session ID for the remote webdriver session
-
y
integerThe y-axis value of the screen you are at
-
width
integerThe width of the window
-
length
integerThe length of the window
-
x
integerThe x-axis value of the screen you are at
-
ELEMENT
stringThe
ELEMENT
value that was used for this command
-
-
status
integerDenotes if the command executed successfully or not. List of statuses:
0
- Successful26
- Unexpected error occurred -
sessionId
stringDenotes the grid session ID of this command
-
-
id
stringThe command ID for this command
-
offset
floatThe time (in seconds) it took to run the command was intiated
-
method
stringThe HTTP request method used for this command
-
isTestCaseDefined
booleanDenotes if the test case was defined or not for this command
-
start
floatThe timestamp of the start of this command
-
args
objectArguments used for this command
Show/Hide Child Attributes-
desiredCapabilities
objectThe desired capabilities requested from the browser for this command
Show/Hide Child Attributes-
browserVersion
stringThe browser version used in this test
-
acceptInsecureCerts
booleanDenotes if the script will accept insecure certificates or not
-
browserName
stringThe name of the browser used
-
proxy
objectThe proxy settings used for this command
Show/Hide Child Attributes-
sslProxy
stringThe connnetion URL for the SSL (HTTPS) proxy
-
ftpProxy
stringThe connnetion URL for the FTP proxy
-
proxyType
stringThe type of proxy used
-
httpProxy
stringThe connnetion URL for the HTTP proxy
-
noProxy
stringThe connnetion URL for the noProxy
-
-
blazemeter_projectId
integerThe
projectId
used to run this command -
blazemeter_videoEnabled
stringDenotes whether a video recording is enabled or not
-
blazemeter_sessionName
stringThe name of the session for this command
-
-
capabilities
objectThe capabilities used for this command
Show/Hide Child Attributes-
alwaysMatch
objectThe capabilities that were always matched for this command
Show/Hide Child Attributes-
browserVersion
stringThe version of the browser used in the test
-
browserName
stringThe name of the browser used
-
acceptInsecureCerts
booleanDenotes if the script will accept insecure certificates or not
-
-
-
windowHandle
stringThe window handle used for this command
-
url
stringThe URL used in this command
-
value
stringThe value of the command used. For example, when looking for a value by ID, it will be the ID you are looking for
-
value
arrayThe string array of the
text
string to be processed -
sessionId
stringDenotes the grid session ID of this command
-
text
stringThe text provided for this command
-
using
stringThe type of command being used for this command. For example, if searching by an ID, the value of this will be
id
-
-
command
stringThe name of the command
-
-
message
stringThe error message generated by this test case
-
status
stringDenotes if this test case
passed
orfailed
-
testCaseName
stringThe name of the test case
-
duration
floatThe duration of the test case (the sum duration of all the commands run)
-
index
integerIndicates the which test case this is. Starts at
0
-
browserName
stringThe name of the browser used
-
browserVersion
stringThe browser version used in this test
-
sessionId
stringThe BlazeMeter
sessionId
this command ran under -
id
stringThe
testCaseId
for this test case -
har
objectThe har file details
Show/Hide Child Attributes-
filename
stringThe name of the file used for the HAR file data
-
link
stringThe download link for the HAR file. This link remains active for 20 minutes
-
-
-
video
stringThe download link for the video file. This link remains active for 20 minutes
-
metadata
objectThe metadata details from this test case
Show/Hide Child Attributes-
value
objectThe metadata value details
Show/Hide Child Attributes-
locationContextEnabled
booleanDenotes if the script finds an element by ID or not
-
cssSelectorsEnabled
booleanDenotes if the script finds an element by CSS selectors or not
-
webStorageEnabled
booleanDenotes if the web storage is enabled or not
-
acceptInsecureCerts
booleanDenotes if the script will accept insecure certificates or not
-
networkConnectionEnabled
booleanDenotes if the network connections were enabled or not
-
takesHeapSnapshot
booleanDenotes if snapshots of the heap space occurs or not
-
takesScreenshot
booleanDenotes if screenshots are being taken or not
-
browserConnectionEnabled
booleanDenotes if broswer connections were enabled or not
-
javascriptEnabled
booleanDenotes if javascript was enabled or not
-
applicationCacheEnabled
booleanDenotes if the application cache is enabled or not
-
acceptSslCerts
booleanDenotes if the test accepts SSL certificates or not
-
goog:chromeOptions
objectThe Chrome options used for Google Chrome
Show/Hide Child Attributes-
debuggerAddress
stringThe URL address for the Chrome debugger
-
-
version
stringThe version of the browser used in the test
-
browserName
stringThe name of the browser used
-
platform
stringThe platform the browser was run in (i.e. Linux, Windows, etc.)
-
hasTouchScreen
booleanDenotes if the test used a touch screen or not
-
setWindowRect
booleanDenotes if the a window reticule was used or not
-
rotatable
booleanDenotes if the screen was rotatable or not
-
webdriver.remote.sessionid
stringThe grid session ID for the remote webdriver session
-
mobileEmulationEnabled
booleanDenotes if this test was a mobile emulation or not
-
handlesAlerts
booleanDenotes if this test was configured to handle alerts or not
-
nativeEvents
booleanDenotes if the events are native to the test or not
-
unexpectedAlertBehaviour
stringThe setting for the how to handle unexpected alert behavior. Currently is always
ignore
-
databaseEnabled
booleanDenotes if a database was enabled or not
-
pageLoadStrategy
stringThe page load strategy that was used for this test
-
chrome
objectThe Chrome driver details
Show/Hide Child Attributes-
userDataDir
stringThe directory for user data within the test
-
chromedriverVersion
stringThe chromedriver version used in the test
-
-
-
status
integerDenotes if the command executed successfully or not
-
sessionId
stringDenotes the grid session ID of this command
-
Response200 OK
{
"api_version": 4,
"error": null,
"result": {
"sessionId": "r-sg-5e0a77876335f",
"gridSessionId": "f712ba1c53715e6cef4468d6a39d7909",
"browserName": "chrome",
"browserVersion": "69.0.3497.92",
"platformName": null,
"platformVersion": null,
"testCases": [
{
"testCaseResult": null,
"testSuiteName": "Test Suite #1",
"offset": 8.5753750801086426,
"testCaseUniqueAlias": "Test Case #1-1",
"start": 1577744282.0903354,
"testSuiteUniqueAlias": "Test Suite #1-1",
"screenshots": [
{
"ts": 1577744286.1594784,
"filename": "wdc-5e0a779c1cf36.png",
"commandId": "wdc-5e0a779c1cf36",
"link": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/screenshots/wdc-5e0a779c1cf36.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=0175374ee3b9136a5dec8f974aaa63464221f658b5edd7d268edc6daf47df528"
}
],
"commands": [
{
"result": {
"value": {
"locationContextEnabled": true,
"cssSelectorsEnabled": true,
"webStorageEnabled": true,
"acceptInsecureCerts": true,
"networkConnectionEnabled": false,
"takesHeapSnapshot": true,
"takesScreenshot": true,
"browserConnectionEnabled": false,
"javascriptEnabled": true,
"applicationCacheEnabled": false,
"acceptSslCerts": true,
"goog:chromeOptions": {
"debuggerAddress": "localhost:46693"
},
"version": "69.0.3497.92",
"browserName": "chrome",
"platform": "Linux",
"hasTouchScreen": false,
"setWindowRect": true,
"rotatable": false,
"mobileEmulationEnabled": false,
"handlesAlerts": true,
"nativeEvents": true,
"unexpectedAlertBehaviour": "ignore",
"databaseEnabled": false,
"pageLoadStrategy": "normal",
"chrome": {
"userDataDir": "/tmp/.org.chromium.Chromium.ZqPzbT",
"chromedriverVersion": "2.44.609551 (5d576e9a44fe4c5b6a07e568f1ebc753f1214634)"
},
"webdriver_remote_sessionid": "f712ba1c53715e6cef4468d6a39d7909"
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a779452afc",
"offset": 2.8531484603881836,
"method": "POST",
"isTestCaseDefined": false,
"start": 1577744276.3681087,
"args": {
"desiredCapabilities": {
"browserVersion": "69.0.3497.92",
"acceptInsecureCerts": true,
"browserName": "chrome",
"proxy": {
"sslProxy": "127.0.0.1:8081",
"ftpProxy": "127.0.0.1:8081",
"proxyType": "manual",
"httpProxy": "127.0.0.1:8081",
"noProxy": ""
},
"blazemeter_projectId": 429821,
"blazemeter_videoEnabled": "True",
"blazemeter_sessionName": "My Session"
},
"capabilities": {
"alwaysMatch": {
"browserVersion": "69.0.3497.92",
"browserName": "chrome",
"acceptInsecureCerts": true
}
}
},
"duration": 4,
"command": "new session"
},
{
"result": {
"value": {
"y": 0,
"width": 1920,
"height": 1058,
"x": 0
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a779b3e998",
"offset": 9.7519135475158691,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744283.2668738,
"args": {
"windowHandle": "current",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"duration": 0,
"command": "window/current/maximize"
},
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a779c1cf36",
"offset": 10.614964246749878,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744284.1299245,
"args": {
"url": "https://demoblaze.com",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"duration": 2,
"command": "url"
},
{
"result": {
"value": {
"ELEMENT": "0.6739307236473044-1"
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a779f3e87d",
"offset": 13.75328254699707,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744287.2682428,
"args": {
"value": "login2",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909",
"using": "id"
},
"duration": 0,
"command": "element"
},
{
"result": {
"value": {
"ELEMENT": "0.6739307236473044-2"
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a779febf11",
"offset": 14.467318058013916,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744287.9822783,
"args": {
"value": "loginusername",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909",
"using": "id"
},
"duration": 0,
"command": "element"
},
{
"result": {
"value": {
"ELEMENT": "0.6739307236473044-3"
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a09f1b8",
"offset": 15.157343864440918,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744288.6723042,
"args": {
"value": "loginpassword",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909",
"using": "id"
},
"duration": 0,
"command": "element"
},
{
"result": {
"value": {
"ELEMENT": "0.6739307236473044-4"
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a14b16f",
"offset": 15.80281400680542,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744289.3177743,
"args": {
"value": "#logInModal > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909",
"using": "css selector"
},
"duration": 0,
"command": "element"
},
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a1efbc4",
"offset": 16.476950168609619,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744289.9919105,
"args": {
"id": "0.6739307236473044-1",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"duration": 0,
"command": "element/0.6739307236473044-1/click"
},
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a2b3003",
"offset": 17.232360363006592,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744290.7473207,
"args": {
"id": "0.6739307236473044-2",
"value": [
"j",
"a",
"m",
"e",
"s",
"_",
"t",
"e",
"s",
"t"
],
"sessionId": "f712ba1c53715e6cef4468d6a39d7909",
"text": "james_test"
},
"duration": 0,
"command": "element/0.6739307236473044-2/value"
},
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a3967b1",
"offset": 18.112419366836548,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744291.6273797,
"args": {
"id": "0.6739307236473044-3",
"value": [
"t",
"e",
"s",
"t"
],
"sessionId": "f712ba1c53715e6cef4468d6a39d7909",
"text": "test"
},
"duration": 0,
"command": "element/0.6739307236473044-3/value"
},
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a45e957",
"offset": 18.886352300643921,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744292.4013126,
"args": {
"id": "0.6739307236473044-4",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"duration": 0,
"command": "element/0.6739307236473044-4/click"
}
],
"message": "Look! It passed!",
"status": "passed",
"testCaseName": "Test Case #1",
"duration": 11.249434232711792,
"index": 0,
"browserName": "chrome",
"browserVersion": "69.0.3497.92",
"platformName": null,
"platformVersion": null,
"sessionId": "r-sg-5e0a77876335f",
"id": "5e0a77a2a82909964e47fa50",
"har": {
"filename": "1577744293iiiuer.har",
"link": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/hars/1577744293iiiuer.har?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=5ef27eb4ea7f5be7d468d2e11fddfb2c27ca5d0d8dcff7fda8a8d7ced2f86d6c"
}
},
{
"testCaseResult": null,
"testSuiteName": "Test Suite #2",
"offset": 20.345702171325684,
"testCaseUniqueAlias": "Test Case #2-0",
"start": 1577744293.8606625,
"testSuiteUniqueAlias": "Test Suite #2-0",
"screenshots": [
{
"ts": 1577744294.4810586,
"filename": "wdc-5e0a77a60e261.png",
"commandId": "wdc-5e0a77a60e261",
"link": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/screenshots/wdc-5e0a77a60e261.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=fc5cc5d43798dfd71f39d6a8a130cec611010b9291c52f834be5c603b7ab04a9"
}
],
"commands": [
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a60e261",
"offset": 20.555941581726074,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744294.0709019,
"args": {
"url": "https://demoblaze.com",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"duration": 0,
"command": "url"
}
],
"message": "Uh-oh! It failed!",
"status": "failed",
"testCaseName": "Test Case #2",
"duration": 1.7311861515045166,
"index": 1,
"browserName": "chrome",
"browserVersion": "69.0.3497.92",
"platformName": null,
"platformVersion": null,
"sessionId": "r-sg-5e0a77876335f",
"id": "5e0a77a7a82909964e485252",
"har": {
"filename": "1577744295croccl.har",
"link": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/hars/1577744295croccl.har?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=e8db91fc4367fd9562ec35f05aef56612a70eb92db13de68466d491505eaf249"
}
},
{
"testCaseResult": null,
"testSuiteName": "Test Suite #2",
"offset": 22.596968173980713,
"testCaseUniqueAlias": "Test Case #3-0",
"start": 1577744296.1119285,
"testSuiteUniqueAlias": "Test Suite #2-0",
"screenshots": [
{
"ts": 1577744296.8084586,
"filename": "wdc-5e0a77a862596.png",
"commandId": "wdc-5e0a77a862596",
"link": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/screenshots/wdc-5e0a77a862596.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=0d7a87f807f458764f31c4254d8ab367524645bb86cd23eaba6b5cdb413ca300"
}
],
"commands": [
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77a862596",
"offset": 22.910663366317749,
"method": "POST",
"isTestCaseDefined": true,
"start": 1577744296.4256237,
"args": {
"url": "https://demoblaze.com",
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"duration": 0,
"command": "url"
},
{
"result": {
"value": null,
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
},
"id": "wdc-5e0a77aa3748c",
"offset": 24.724010944366455,
"method": "DELETE",
"isTestCaseDefined": false,
"start": 1577744298.2389712,
"args": null,
"duration": 0,
"command": "close"
}
],
"message": "It broke!",
"status": "broken",
"testCaseName": "Test Case #3",
"duration": 3.000232458114624,
"index": 2,
"browserName": "chrome",
"browserVersion": "69.0.3497.92",
"platformName": null,
"platformVersion": null,
"sessionId": "r-sg-5e0a77876335f",
"id": "5e0a77aaa82909964e488018",
"har": {
"filename": "1577744299nivwvc.har",
"link": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/hars/1577744299nivwvc.har?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=8b063b8b9de7851bc9c842c727a7c5d6efc6b330e2477376143435df6c35fbde"
}
}
],
"video": "https://blazemeter.s3.amazonaws.com/users/344260/tests/7554583/reports/r-sg-5e0a77876335f/videos/selenium_test_video.mp4?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJPZOF6U7I33QK2CQ%2F20191230%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191230T223145Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=c3c0317e21c4a30f585f2ef30228fffff477255349d9740d53ae63866232c07c",
"vnc": null,
"metadata": {
"value": {
"locationContextEnabled": true,
"cssSelectorsEnabled": true,
"webStorageEnabled": true,
"acceptInsecureCerts": true,
"networkConnectionEnabled": false,
"takesHeapSnapshot": true,
"takesScreenshot": true,
"browserConnectionEnabled": false,
"javascriptEnabled": true,
"applicationCacheEnabled": false,
"acceptSslCerts": true,
"goog:chromeOptions": {
"debuggerAddress": "localhost:46693"
},
"version": "69.0.3497.92",
"browserName": "chrome",
"platform": "Linux",
"hasTouchScreen": false,
"setWindowRect": true,
"rotatable": false,
"webdriver.remote.sessionid": "f712ba1c53715e6cef4468d6a39d7909",
"mobileEmulationEnabled": false,
"handlesAlerts": true,
"nativeEvents": true,
"unexpectedAlertBehaviour": "ignore",
"databaseEnabled": false,
"pageLoadStrategy": "normal",
"chrome": {
"userDataDir": "/tmp/.org.chromium.Chromium.ZqPzbT",
"chromedriverVersion": "2.44.609551 (5d576e9a44fe4c5b6a07e568f1ebc753f1214634)"
}
},
"status": 0,
"sessionId": "f712ba1c53715e6cef4468d6a39d7909"
}
},
"request_id": "5e0a7ad19bc58"
}