Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ArrowInvalid
Message: Float value 49.9609 was truncated converting to int64
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2025, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2025, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2025, in cast_array_to_feature
casted_array_values = _c(array.values, feature[0])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in cast_array_to_feature
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2020, in <listcomp>
arrays = [_c(array.field(name), subfeature) for name, subfeature in feature.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2116, in cast_array_to_feature
return array_cast(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1804, in wrapper
return func(array, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1963, in array_cast
return array.cast(pa_type)
File "pyarrow/array.pxi", line 996, in pyarrow.lib.Array.cast
File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/compute.py", line 404, in cast
return call_function("cast", [arr], options, memory_pool)
File "pyarrow/_compute.pyx", line 590, in pyarrow._compute.call_function
File "pyarrow/_compute.pyx", line 385, in pyarrow._compute.Function.call
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: Float value 49.9609 was truncated converting to int64
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
taskName
string | utterance
string | states
list | reward
float64 | rawReward
int64 |
|---|---|---|---|---|
click-test-2
|
Click button ONE.
|
[
{
"time": 2,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 3563,
"action": {
"type": "mousedown",
"x": 71,
"y": 176,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 3565,
"action": {
"type": "mousedown",
"x": 71,
"y": 176,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 3699,
"action": {
"type": "mouseup",
"x": 71,
"y": 176,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 3700,
"action": {
"type": "mouseup",
"x": 71,
"y": 176,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 3700,
"action": {
"type": "click",
"x": 71,
"y": 176,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 3703,
"action": {
"type": "click",
"x": 71,
"y": 176,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 48,
"top": 153,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 104,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.6299
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1729,
"action": {
"type": "mousedown",
"x": 140,
"y": 163,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1730,
"action": {
"type": "mousedown",
"x": 140,
"y": 163,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1879,
"action": {
"type": "mouseup",
"x": 140,
"y": 163,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1880,
"action": {
"type": "mouseup",
"x": 140,
"y": 163,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1881,
"action": {
"type": "click",
"x": 140,
"y": 163,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1882,
"action": {
"type": "click",
"x": 140,
"y": 163,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 149,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 53,
"top": 158,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8119
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1400,
"action": {
"type": "mousedown",
"x": 84,
"y": 180,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1400,
"action": {
"type": "mousedown",
"x": 84,
"y": 180,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1535,
"action": {
"type": "mouseup",
"x": 84,
"y": 180,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1536,
"action": {
"type": "mouseup",
"x": 84,
"y": 180,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1537,
"action": {
"type": "click",
"x": 84,
"y": 180,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1538,
"action": {
"type": "click",
"x": 84,
"y": 180,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 55,
"top": 167,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 101,
"top": 51,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8463
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1895,
"action": {
"type": "mousedown",
"x": 106,
"y": 77,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1896,
"action": {
"type": "mousedown",
"x": 106,
"y": 77,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2010,
"action": {
"type": "mouseup",
"x": 106,
"y": 77,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2011,
"action": {
"type": "mouseup",
"x": 106,
"y": 77,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2011,
"action": {
"type": "click",
"x": 106,
"y": 77,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2013,
"action": {
"type": "click",
"x": 106,
"y": 77,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1036.800048828125,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 57,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 18,
"top": 127,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.7988
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1108,
"action": {
"type": "mousedown",
"x": 82,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1109,
"action": {
"type": "mousedown",
"x": 82,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1192,
"action": {
"type": "mouseup",
"x": 82,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1193,
"action": {
"type": "mouseup",
"x": 82,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1193,
"action": {
"type": "click",
"x": 82,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1194,
"action": {
"type": "click",
"x": 82,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 92.98828125,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 82.98828125,
"top": 120,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8806
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1021,
"action": {
"type": "mousedown",
"x": 98,
"y": 86,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1022,
"action": {
"type": "mousedown",
"x": 98,
"y": 86,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1130,
"action": {
"type": "mouseup",
"x": 98,
"y": 86,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1131,
"action": {
"type": "mouseup",
"x": 98,
"y": 86,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1131,
"action": {
"type": "click",
"x": 98,
"y": 86,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1131,
"action": {
"type": "click",
"x": 98,
"y": 86,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 88.984375,
"top": 61.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 33.984375,
"top": 130.99609375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8869
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1622,
"action": {
"type": "mousedown",
"x": 98,
"y": 142,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1623,
"action": {
"type": "mousedown",
"x": 98,
"y": 142,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1727,
"action": {
"type": "mouseup",
"x": 98,
"y": 142,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1728,
"action": {
"type": "mouseup",
"x": 98,
"y": 142,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1728,
"action": {
"type": "click",
"x": 98,
"y": 142,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1728,
"action": {
"type": "click",
"x": 98,
"y": 142,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 62.98828125,
"top": 115,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 45.99609375,
"top": 131.9921875,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8272
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1206,
"action": {
"type": "mousedown",
"x": 126,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1206,
"action": {
"type": "mousedown",
"x": 126,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1337,
"action": {
"type": "mouseup",
"x": 126,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1338,
"action": {
"type": "mouseup",
"x": 126,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1338,
"action": {
"type": "click",
"x": 126,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1338,
"action": {
"type": "click",
"x": 126,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1331.25,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.9609375,
"width": 160,
"height": 3.984375,
"children": [
{
"tag": "BUTTON",
"left": 111.9921875,
"top": 80,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 77.98828125,
"top": 58.984375,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8662
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1828,
"action": {
"type": "mousedown",
"x": 48,
"y": 147,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1829,
"action": {
"type": "mousedown",
"x": 48,
"y": 147,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2188,
"action": {
"type": "mouseup",
"x": 48,
"y": 147,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2191,
"action": {
"type": "mouseup",
"x": 48,
"y": 147,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2192,
"action": {
"type": "click",
"x": 48,
"y": 147,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2193,
"action": {
"type": "click",
"x": 48,
"y": 147,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 22.986112594604492,
"top": 131.9965362548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 72.98611450195312,
"top": 51.99652862548828,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.7807
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1360,
"action": {
"type": "mousedown",
"x": 74,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1361,
"action": {
"type": "mousedown",
"x": 74,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1532,
"action": {
"type": "mouseup",
"x": 74,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1534,
"action": {
"type": "mouseup",
"x": 74,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1535,
"action": {
"type": "click",
"x": 74,
"y": 102,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1536,
"action": {
"type": "click",
"x": 74,
"y": 102,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 66.99652862548828,
"top": 87.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 90.00000762939453,
"top": 105.98958587646484,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8465
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2546,
"action": {
"type": "mousedown",
"x": 90,
"y": 197,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2547,
"action": {
"type": "mousedown",
"x": 90,
"y": 197,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2754,
"action": {
"type": "mouseup",
"x": 90,
"y": 197,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2756,
"action": {
"type": "mouseup",
"x": 90,
"y": 197,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2758,
"action": {
"type": "click",
"x": 90,
"y": 197,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2760,
"action": {
"type": "click",
"x": 90,
"y": 197,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 60.989585876464844,
"top": 157.98611450195312,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 60.000003814697266,
"top": 155,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.7241
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1376,
"action": {
"type": "mousedown",
"x": 127,
"y": 71,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1377,
"action": {
"type": "mousedown",
"x": 127,
"y": 71,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1547,
"action": {
"type": "mouseup",
"x": 127,
"y": 72,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1549,
"action": {
"type": "mouseup",
"x": 127,
"y": 72,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1550,
"action": {
"type": "click",
"x": 127,
"y": 72,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1551,
"action": {
"type": "click",
"x": 127,
"y": 72,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1467.77783203125,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210.00001525878906,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 49.96527862548828,
"width": 160,
"height": 3.993055820465088,
"children": [
{
"tag": "BUTTON",
"left": 116.99653625488281,
"top": 50.000003814697266,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 67.98611450195312,
"top": 50.989585876464844,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.845
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1716,
"action": {
"type": "mousedown",
"x": 29,
"y": 144,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1723,
"action": {
"type": "mousedown",
"x": 29,
"y": 144,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1801,
"action": {
"type": "mouseup",
"x": 29,
"y": 144,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1808,
"action": {
"type": "mouseup",
"x": 29,
"y": 144,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1808,
"action": {
"type": "click",
"x": 29,
"y": 144,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1809,
"action": {
"type": "click",
"x": 29,
"y": 144,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 4,
"top": 129,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 80,
"top": 117,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8192
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1657,
"action": {
"type": "mousedown",
"x": 117,
"y": 149,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1657,
"action": {
"type": "mousedown",
"x": 117,
"y": 149,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1737,
"action": {
"type": "mouseup",
"x": 121,
"y": 147,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1750,
"action": {
"type": "mouseup",
"x": 121,
"y": 147,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1750,
"action": {
"type": "click",
"x": 121,
"y": 147,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1750,
"action": {
"type": "click",
"x": 121,
"y": 147,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 110,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 23,
"top": 130,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.825
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1164,
"action": {
"type": "mousedown",
"x": 82,
"y": 90,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1168,
"action": {
"type": "mousedown",
"x": 82,
"y": 90,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1265,
"action": {
"type": "mouseup",
"x": 82,
"y": 90,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1272,
"action": {
"type": "mouseup",
"x": 82,
"y": 90,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1272,
"action": {
"type": "click",
"x": 82,
"y": 90,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1272,
"action": {
"type": "click",
"x": 82,
"y": 90,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 51,
"top": 72,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 92,
"top": 113,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8728
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1346,
"action": {
"type": "mousedown",
"x": 56,
"y": 106,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1358,
"action": {
"type": "mousedown",
"x": 56,
"y": 106,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1447,
"action": {
"type": "mouseup",
"x": 56,
"y": 106,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1448,
"action": {
"type": "mouseup",
"x": 56,
"y": 106,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1448,
"action": {
"type": "click",
"x": 56,
"y": 106,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1448,
"action": {
"type": "click",
"x": 56,
"y": 106,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1330.181884765625,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 36,
"top": 84,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 59,
"top": 52,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8552
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1211,
"action": {
"type": "mousedown",
"x": 107,
"y": 131,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1211,
"action": {
"type": "mousedown",
"x": 107,
"y": 131,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1277,
"action": {
"type": "mouseup",
"x": 107,
"y": 131,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1277,
"action": {
"type": "mouseup",
"x": 107,
"y": 131,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1277,
"action": {
"type": "click",
"x": 107,
"y": 131,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1278,
"action": {
"type": "click",
"x": 107,
"y": 131,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 84,
"top": 109,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 41,
"top": 67,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8723
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1223,
"action": {
"type": "mousedown",
"x": 49,
"y": 89,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1223,
"action": {
"type": "mousedown",
"x": 49,
"y": 89,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1297,
"action": {
"type": "mouseup",
"x": 49,
"y": 87,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1298,
"action": {
"type": "mouseup",
"x": 49,
"y": 87,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1298,
"action": {
"type": "click",
"x": 49,
"y": 87,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1298,
"action": {
"type": "click",
"x": 49,
"y": 87,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 28,
"top": 69,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 76,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8702
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1024,
"action": {
"type": "mousedown",
"x": 64,
"y": 159,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1026,
"action": {
"type": "mousedown",
"x": 64,
"y": 159,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1081,
"action": {
"type": "mouseup",
"x": 64,
"y": 159,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1082,
"action": {
"type": "mouseup",
"x": 64,
"y": 159,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1082,
"action": {
"type": "click",
"x": 64,
"y": 159,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1082,
"action": {
"type": "click",
"x": 64,
"y": 159,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 39,
"top": 140,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 103,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8918
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 951,
"action": {
"type": "mousedown",
"x": 119,
"y": 151,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 951,
"action": {
"type": "mousedown",
"x": 119,
"y": 151,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1011,
"action": {
"type": "mouseup",
"x": 119,
"y": 151,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1011,
"action": {
"type": "mouseup",
"x": 119,
"y": 151,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1011,
"action": {
"type": "click",
"x": 119,
"y": 151,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1012,
"action": {
"type": "click",
"x": 119,
"y": 151,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1853,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 96,
"top": 119,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 32,
"top": 99,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8989
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1821,
"action": {
"type": "mousedown",
"x": 59,
"y": 158,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1821,
"action": {
"type": "mousedown",
"x": 59,
"y": 158,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1933,
"action": {
"type": "mouseup",
"x": 59,
"y": 159,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1934,
"action": {
"type": "mouseup",
"x": 59,
"y": 159,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1934,
"action": {
"type": "click",
"x": 59,
"y": 159,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1935,
"action": {
"type": "click",
"x": 59,
"y": 159,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 33,
"top": 143,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 75,
"top": 133,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8065
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1628,
"action": {
"type": "mousedown",
"x": 106,
"y": 117,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1628,
"action": {
"type": "mousedown",
"x": 106,
"y": 117,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1725,
"action": {
"type": "mouseup",
"x": 106,
"y": 117,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1725,
"action": {
"type": "mouseup",
"x": 106,
"y": 117,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1725,
"action": {
"type": "click",
"x": 106,
"y": 117,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1726,
"action": {
"type": "click",
"x": 106,
"y": 117,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 83,
"top": 93,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 13,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8274
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2017,
"action": {
"type": "mousedown",
"x": 50,
"y": 92,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2017,
"action": {
"type": "mousedown",
"x": 50,
"y": 92,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 2179,
"action": {
"type": "mouseup",
"x": 50,
"y": 92,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2179,
"action": {
"type": "mouseup",
"x": 50,
"y": 92,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2179,
"action": {
"type": "click",
"x": 50,
"y": 92,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 2180,
"action": {
"type": "click",
"x": 50,
"y": 92,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 47,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 57,
"top": 61,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.782
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1514,
"action": {
"type": "mousedown",
"x": 79,
"y": 150,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1515,
"action": {
"type": "mousedown",
"x": 79,
"y": 150,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1627,
"action": {
"type": "mouseup",
"x": 79,
"y": 150,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1628,
"action": {
"type": "mouseup",
"x": 79,
"y": 150,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1628,
"action": {
"type": "click",
"x": 79,
"y": 150,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1629,
"action": {
"type": "click",
"x": 79,
"y": 150,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1387,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 59,
"top": 135,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 115,
"top": 110,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(192, 192, 192)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8372
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 1,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1750,
"action": {
"type": "mousedown",
"x": 120,
"y": 116,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1751,
"action": {
"type": "mousedown",
"x": 120,
"y": 116,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1853,
"action": {
"type": "mouseup",
"x": 120,
"y": 116,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1854,
"action": {
"type": "mouseup",
"x": 120,
"y": 116,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1854,
"action": {
"type": "click",
"x": 120,
"y": 116,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1855,
"action": {
"type": "click",
"x": 120,
"y": 116,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 112,
"top": 101,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 0,
"top": 142,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8145
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1328,
"action": {
"type": "mousedown",
"x": 120,
"y": 75,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1328,
"action": {
"type": "mousedown",
"x": 120,
"y": 75,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1471,
"action": {
"type": "mouseup",
"x": 120,
"y": 75,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1472,
"action": {
"type": "mouseup",
"x": 120,
"y": 75,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1472,
"action": {
"type": "click",
"x": 120,
"y": 75,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 9,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 10,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 8,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 7,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 6,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1473,
"action": {
"type": "click",
"x": 120,
"y": 75,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 107,
"top": 59,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 74,
"top": 166,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8528
| 1
|
click-test-2
|
Click button ONE.
|
[
{
"time": 0,
"action": null,
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": null,
"focused": null
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1601,
"action": {
"type": "mousedown",
"x": 57,
"y": 150,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1602,
"action": {
"type": "mousedown",
"x": 57,
"y": 150,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": null
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": true
}
},
{
"time": 1776,
"action": {
"type": "mouseup",
"x": 57,
"y": 150,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1776,
"action": {
"type": "mouseup",
"x": 57,
"y": 150,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1777,
"action": {
"type": "click",
"x": 57,
"y": 150,
"timing": 1
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
},
{
"time": 1777,
"action": {
"type": "click",
"x": 57,
"y": 150,
"timing": 3
},
"dom": {
"tag": "BODY",
"left": 0,
"top": 0,
"width": 1310,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 0,
"width": 160,
"height": 210,
"children": [
{
"tag": "DIV",
"left": 0,
"top": 50,
"width": 160,
"height": 4,
"children": [
{
"tag": "BUTTON",
"left": 37,
"top": 136,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn",
"classes": "",
"ref": 4,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "ONE",
"recordingTarget": true,
"focused": true
},
{
"tag": "BUTTON",
"left": 94,
"top": 88,
"width": 40,
"height": 40,
"children": [],
"id": "subbtn2",
"classes": "",
"ref": 5,
"bgColor": "rgb(221, 221, 221)",
"fgColor": "rgb(0, 0, 0)",
"text": "TWO",
"recordingTarget": null,
"focused": null
}
],
"id": "area",
"classes": "",
"ref": 3,
"bgColor": "rgba(0, 0, 0, 0)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "wrap",
"classes": "",
"ref": 2,
"bgColor": "rgb(255, 255, 255)",
"fgColor": "rgb(0, 0, 0)"
}
],
"id": "",
"classes": "",
"ref": 1,
"bgColor": "rgb(85, 85, 85)",
"fgColor": "rgb(0, 0, 0)",
"focused": null
}
}
] | 0.8223
| 1
|
End of preview.
No dataset card yet
- Downloads last month
- 146