From 11c59b890ec87f4de90da904698ea7b8c8088c79 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 20 Jan 2026 12:04:29 +0100 Subject: [PATCH] docs: add tests/ folder convention for test output --- .gitignore | 16 +- docs/TESTING-FRAMEWORK.md | 31 + tests/README.md | 55 - tests/hierarchy_dump.json | 2583 ----------------------------- tests/hierarchy_fresh.json | 1844 -------------------- tests/screenshots/test_result.png | Bin 23729 -> 0 bytes 6 files changed, 46 insertions(+), 4483 deletions(-) delete mode 100644 tests/README.md delete mode 100644 tests/hierarchy_dump.json delete mode 100644 tests/hierarchy_fresh.json delete mode 100644 tests/screenshots/test_result.png diff --git a/.gitignore b/.gitignore index 52fe741..319bcf5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,21 @@ build /sandbox-test/test_results.json # Test output files -screenshot_*.png +/tests/ +*.png test_*.json test_*.txt test_*.log +*_hierarchy.json +recorded_actions.json + +# Duplicate asset folders (use src/main/assets/ instead) +/icons/ +/scripts/ +/ui/ + +# Sandbox data created during testing +/src/main/assets/sandbox_data/ + +# Misc +NUL diff --git a/docs/TESTING-FRAMEWORK.md b/docs/TESTING-FRAMEWORK.md index 0f76c8d..0afdfbc 100644 --- a/docs/TESTING-FRAMEWORK.md +++ b/docs/TESTING-FRAMEWORK.md @@ -337,6 +337,37 @@ mosis-designer.exe --simulator --test-apps base-apps \ --- +## Test Output Directory + +All test files and output should be placed in the `tests/` folder at the project root: + +``` +MosisService/ +└── tests/ + ├── test_navigation.json # Test action files + ├── test_settings.json + ├── screenshot_home.png # Screenshot output + ├── screenshot_settings.png + ├── hierarchy.json # Hierarchy dumps + └── recorded_actions.json # Recorded actions +``` + +### Usage + +```bash +# Run test with output to tests/ folder +mosis-designer.exe --simulator --test-apps base-apps \ + --playback tests/test_navigation.json \ + --screenshot-after tests/screenshot_result.png \ + --hierarchy tests/hierarchy.json +``` + +This keeps the project root clean and organizes all testing artifacts in one place. + +**Note**: The `tests/` folder is gitignored - test outputs are not committed to version control. + +--- + ## Troubleshooting ### Tap not registering diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index 2380475..0000000 --- a/tests/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# UI Test Files - -This directory contains JSON action playback tests for the Mosis Designer. - -## Running Tests - -```bash -# From designer/build directory -./Release/mosis-designer.exe --simulator --test-apps base-apps \ - --playback ../../tests/test_settings.json \ - --screenshot-after ../../tests/screenshots/result.png -``` - -## Test Files - -| File | Description | -|------|-------------| -| `test_home_only.json` | Wait and capture home screen | -| `test_settings.json` | Navigate to Settings app | -| `test_browser.json` | Navigate to Browser (dock) | -| `test_messages.json` | Navigate to Messages app | -| `test_messages_v2.json` | Messages with corrected coordinates | -| `test_music.json` | Navigate to Music app | -| `test_store.json` | Navigate to Mosis Store | -| `test_navigation.json` | Multi-app navigation sequence | - -## Screenshots - -Captured screenshots are in `screenshots/`: -- `screenshot_home_fresh.png` - Home screen -- `screenshot_browser.png` - Browser app -- `screenshot_messages_fixed.png` - Messages app -- `screenshot_music_fixed.png` - Music app -- `screenshot_settings_fixed.png` - Settings app -- `screenshot_store_fixed.png` - Mosis Store - -## Hierarchy Dumps - -- `hierarchy_fresh.json` - Full UI element tree with bounds -- `hierarchy_dump.json` - Previous hierarchy capture - -Use hierarchy dumps to find element coordinates for new tests. - -## Prerequisites - -Before running tests with `base-apps`, ensure shared assets exist at `MosisService/` root: - -```bash -# Copy shared assets (run from MosisService/) -cp -r src/main/assets/ui . -cp -r src/main/assets/scripts . -cp -r src/main/assets/icons . -``` - -See `docs/TESTING-FRAMEWORK.md` for full documentation. diff --git a/tests/hierarchy_dump.json b/tests/hierarchy_dump.json deleted file mode 100644 index c80ff18..0000000 --- a/tests/hierarchy_dump.json +++ /dev/null @@ -1,2583 +0,0 @@ -{ - "documents": [ - { - "body": { - "bounds": { - "height": 960.0, - "width": 540.0, - "x": 0.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 36.0, - "width": 508.0, - "x": 16.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 19.200000762939453, - "width": 40.0, - "x": 16.0, - "y": 8.399999618530273 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 22.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "status-bar-time" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 88.0, - "x": 436.0, - "y": 6.0 - }, - "children": [ - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 436.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 468.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 500.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "status-bar-icons" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "status-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 844.0, - "width": 540.0, - "x": 0.0, - "y": 36.0 - }, - "children": [ - { - "bounds": { - "height": 357.5999755859375, - "width": 500.0, - "x": 20.0, - "y": 56.0 - }, - "children": [ - { - "bounds": { - "height": 357.5999755859375, - "width": 500.0, - "x": 20.0, - "y": 56.0 - }, - "children": [ - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 59.0, - "x": 53.0, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 53.0, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 54.0, - "x": 180.5, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 180.5, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 270.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 296.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 308.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 64.0, - "x": 300.5, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 300.5, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 395.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 421.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 433.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 45.0, - "x": 435.0, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 435.0, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 42.0, - "x": 61.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 61.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 68.0, - "x": 173.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 173.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 270.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 296.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 308.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 43.0, - "x": 311.0, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 311.0, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 395.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 421.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 433.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 94.0, - "x": 410.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 410.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 314.3999938964844 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 57.0, - "x": 54.0, - "y": 386.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 54.0, - "y": 400.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 314.3999938964844 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 84.0, - "x": 165.5, - "y": 386.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 165.5, - "y": 400.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-grid-section" - ], - "id": "installed-apps", - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-grid" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "home-content" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 100.0, - "width": 460.0, - "x": 40.0, - "y": 860.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 61.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 73.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-phone", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 176.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 188.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-messages", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 291.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 303.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-contacts", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 406.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 418.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-browser", - "tag": "div", - "visible": true - } - ], - "classes": [ - "dock" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "home-screen" - ], - "tag": "body", - "visible": true - }, - "title": "Virtual Smartphone - Home", - "url": "D|\\Dev\\Mosis\\MosisService\\src\\main\\assets\\apps\\home\\home.rml" - }, - { - "body": { - "bounds": { - "height": 178.39999389648438, - "width": 540.0, - "x": 0.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "system-status-time" - ], - "id": "status-time", - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "system-status-icons" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "system-status-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 524.0, - "x": 8.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 8.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 18.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 64.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 74.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn", - "disabled" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.0, - "width": 268.0, - "x": 136.0, - "y": 36.900001525878906 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 136.0, - "y": 46.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 136.0, - "y": 56.0 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-secure-icon" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 19.0, - "width": 260.0, - "x": 144.0, - "y": 36.900001525878906 - }, - "classes": [ - "browser-url" - ], - "tag": "input", - "visible": true - } - ], - "classes": [ - "browser-url-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 428.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 438.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 484.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 494.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-toolbar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 28.80000114440918, - "width": 540.0, - "x": 0.0, - "y": 78.4000015258789 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 32.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-text" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-link" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-page-text" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 32.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-url" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-desc" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-search-item" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-url" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-desc" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-search-item" - ], - "tag": "div", - "visible": true - } - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-page" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-content" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 508.0, - "x": 16.0, - "y": 122.4000015258789 - }, - "children": [ - { - "bounds": { - "height": 32.0, - "width": 111.0, - "x": 24.0, - "y": 130.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 65.5, - "y": 130.39999389648438 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 79.5, - "y": 162.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 79.5, - "y": 170.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 12.0, - "width": 111.0, - "x": 151.0, - "y": 140.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 146.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 154.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-tabs-indicator" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 152.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 160.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 32.0, - "width": 111.0, - "x": 278.0, - "y": 130.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 319.5, - "y": 130.39999389648438 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 333.5, - "y": 162.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 333.5, - "y": 170.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 32.0, - "width": 111.0, - "x": 405.0, - "y": 130.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 446.5, - "y": 130.39999389648438 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 460.5, - "y": 162.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 460.5, - "y": 170.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-bottom-bar" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-screen" - ], - "tag": "body", - "visible": true - }, - "title": "Browser", - "url": "D|/Dev/Mosis/MosisService/base-apps/com.mosis.browser/browser.rml" - } - ], - "elements": { - "bounds": { - "height": 178.39999389648438, - "width": 540.0, - "x": 0.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "system-status-time" - ], - "id": "status-time", - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 0.0, - "y": 7.200000286102295 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "system-status-icons" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "system-status-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 524.0, - "x": 8.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 8.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 18.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 64.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 74.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn", - "disabled" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.0, - "width": 268.0, - "x": 136.0, - "y": 36.900001525878906 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 136.0, - "y": 46.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 136.0, - "y": 56.0 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-secure-icon" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 19.0, - "width": 260.0, - "x": 144.0, - "y": 36.900001525878906 - }, - "classes": [ - "browser-url" - ], - "tag": "input", - "visible": true - } - ], - "classes": [ - "browser-url-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 428.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 438.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 484.0, - "y": 22.400001525878906 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 494.0, - "y": 32.400001525878906 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "browser-nav-btn" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-toolbar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 28.80000114440918, - "width": 540.0, - "x": 0.0, - "y": 78.4000015258789 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 32.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-text" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-link" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-page-text" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 32.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-page-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-url" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 24.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-desc" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-search-item" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-title" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-url" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 40.0, - "y": 92.80000305175781 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-search-desc" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-search-item" - ], - "tag": "div", - "visible": true - } - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-page" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-content" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 48.0, - "width": 508.0, - "x": 16.0, - "y": 122.4000015258789 - }, - "children": [ - { - "bounds": { - "height": 32.0, - "width": 111.0, - "x": 24.0, - "y": 130.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 65.5, - "y": 130.39999389648438 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 79.5, - "y": 162.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 79.5, - "y": 170.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 12.0, - "width": 111.0, - "x": 151.0, - "y": 140.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 146.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 154.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "browser-tabs-indicator" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 152.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 206.5, - "y": 160.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 32.0, - "width": 111.0, - "x": 278.0, - "y": 130.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 319.5, - "y": 130.39999389648438 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 333.5, - "y": 162.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 333.5, - "y": 170.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 32.0, - "width": 111.0, - "x": 405.0, - "y": 130.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 28.0, - "width": 28.0, - "x": 446.5, - "y": 130.39999389648438 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 460.5, - "y": 162.39999389648438 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 460.5, - "y": 170.79998779296875 - }, - "tag": "#text", - "visible": true - } - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "browser-tab-btn" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "browser-bottom-bar" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-screen" - ], - "tag": "body", - "visible": true - }, - "resolution": { - "height": 960, - "width": 540 - }, - "screen": "D:/Dev/Mosis/MosisService/base-apps/com.mosis.browser/browser.rml", - "timestamp": "2026-01-20T07:45:51" -} \ No newline at end of file diff --git a/tests/hierarchy_fresh.json b/tests/hierarchy_fresh.json deleted file mode 100644 index 8dfb55f..0000000 --- a/tests/hierarchy_fresh.json +++ /dev/null @@ -1,1844 +0,0 @@ -{ - "documents": [ - { - "body": { - "bounds": { - "height": 960.0, - "width": 540.0, - "x": 0.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 36.0, - "width": 508.0, - "x": 16.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 19.200000762939453, - "width": 40.0, - "x": 16.0, - "y": 8.399999618530273 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 22.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "status-bar-time" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 88.0, - "x": 436.0, - "y": 6.0 - }, - "children": [ - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 436.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 468.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 500.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "status-bar-icons" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "status-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 844.0, - "width": 540.0, - "x": 0.0, - "y": 36.0 - }, - "children": [ - { - "bounds": { - "height": 357.5999755859375, - "width": 500.0, - "x": 20.0, - "y": 56.0 - }, - "children": [ - { - "bounds": { - "height": 357.5999755859375, - "width": 500.0, - "x": 20.0, - "y": 56.0 - }, - "children": [ - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 59.0, - "x": 53.0, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 53.0, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 54.0, - "x": 180.5, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 180.5, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 270.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 296.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 308.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 64.0, - "x": 300.5, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 300.5, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 395.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 421.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 433.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 45.0, - "x": 435.0, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 435.0, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 42.0, - "x": 61.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 61.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 68.0, - "x": 173.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 173.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 270.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 296.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 308.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 43.0, - "x": 311.0, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 311.0, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 395.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 421.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 433.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 94.0, - "x": 410.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 410.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 314.3999938964844 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 57.0, - "x": 54.0, - "y": 386.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 54.0, - "y": 400.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 314.3999938964844 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 84.0, - "x": 165.5, - "y": 386.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 165.5, - "y": 400.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-grid-section" - ], - "id": "installed-apps", - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-grid" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "home-content" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 100.0, - "width": 460.0, - "x": 40.0, - "y": 860.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 61.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 73.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-phone", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 176.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 188.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-messages", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 291.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 303.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-contacts", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 406.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 418.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-browser", - "tag": "div", - "visible": true - } - ], - "classes": [ - "dock" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "home-screen" - ], - "tag": "body", - "visible": true - }, - "title": "Virtual Smartphone - Home", - "url": "D|\\Dev\\Mosis\\MosisService\\src\\main\\assets\\apps\\home\\home.rml" - } - ], - "elements": { - "bounds": { - "height": 960.0, - "width": 540.0, - "x": 0.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 36.0, - "width": 508.0, - "x": 16.0, - "y": 0.0 - }, - "children": [ - { - "bounds": { - "height": 19.200000762939453, - "width": 40.0, - "x": 16.0, - "y": 8.399999618530273 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 16.0, - "y": 22.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "status-bar-time" - ], - "tag": "span", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 88.0, - "x": 436.0, - "y": 6.0 - }, - "children": [ - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 436.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 468.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - }, - { - "bounds": { - "height": 24.0, - "width": 24.0, - "x": 500.0, - "y": 6.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "status-bar-icons" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "status-bar" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 844.0, - "width": 540.0, - "x": 0.0, - "y": 36.0 - }, - "children": [ - { - "bounds": { - "height": 357.5999755859375, - "width": 500.0, - "x": 20.0, - "y": 56.0 - }, - "children": [ - { - "bounds": { - "height": 357.5999755859375, - "width": 500.0, - "x": 20.0, - "y": 56.0 - }, - "children": [ - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 59.0, - "x": 53.0, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 53.0, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 54.0, - "x": 180.5, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 180.5, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 270.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 296.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 308.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 64.0, - "x": 300.5, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 300.5, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 395.0, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 421.5, - "y": 64.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 433.5, - "y": 76.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 45.0, - "x": 435.0, - "y": 148.0 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 435.0, - "y": 162.10000610351563 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 42.0, - "x": 61.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 61.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 68.0, - "x": 173.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 173.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 270.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 296.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 308.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 43.0, - "x": 311.0, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 311.0, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 395.0, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 421.5, - "y": 183.1999969482422 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 433.5, - "y": 195.1999969482422 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 94.0, - "x": 410.5, - "y": 267.20001220703125 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 410.5, - "y": 281.3000183105469 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 20.0, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 46.5, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 58.5, - "y": 314.3999938964844 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 57.0, - "x": 54.0, - "y": 386.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 54.0, - "y": 400.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 103.19999694824219, - "width": 125.0, - "x": 145.0, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 171.5, - "y": 302.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 183.5, - "y": 314.3999938964844 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "app-icon-image" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 19.200000762939453, - "width": 84.0, - "x": 165.5, - "y": 386.3999938964844 - }, - "children": [ - { - "bounds": { - "height": 0.0, - "width": 0.0, - "x": 165.5, - "y": 400.5 - }, - "tag": "#text", - "visible": true - } - ], - "classes": [ - "app-icon-label" - ], - "tag": "span", - "visible": true - } - ], - "classes": [ - "app-icon" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-grid-section" - ], - "id": "installed-apps", - "tag": "div", - "visible": true - } - ], - "classes": [ - "app-grid" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "home-content" - ], - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 100.0, - "width": 460.0, - "x": 40.0, - "y": 860.0 - }, - "children": [ - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 61.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 73.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-phone", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 176.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 188.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-messages", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 291.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 303.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-contacts", - "tag": "div", - "visible": true - }, - { - "bounds": { - "height": 72.0, - "width": 72.0, - "x": 406.5, - "y": 874.0 - }, - "children": [ - { - "bounds": { - "height": 48.0, - "width": 48.0, - "x": 418.5, - "y": 886.0 - }, - "tag": "img", - "visible": true - } - ], - "classes": [ - "dock-item" - ], - "id": "dock-browser", - "tag": "div", - "visible": true - } - ], - "classes": [ - "dock" - ], - "tag": "div", - "visible": true - } - ], - "classes": [ - "home-screen" - ], - "tag": "body", - "visible": true - }, - "resolution": { - "height": 960, - "width": 540 - }, - "screen": "D:\\Dev\\Mosis\\MosisService\\src\\main\\assets\\apps\\home\\home.rml", - "timestamp": "2026-01-20T07:51:32" -} \ No newline at end of file diff --git a/tests/screenshots/test_result.png b/tests/screenshots/test_result.png deleted file mode 100644 index bf56732737d493ff88ae73f693601d6ca27287b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23729 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 R;~oQ=HQdge^oz$I{|1%b?Gyk2