summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/external_tools/machine-configuration.json
blob: 74a0baf5a271f4f73028e1bf64a89834a4dccd3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "win7": {
        "screen_resolution": {
            "x": 1280,
            "y": 1024 
        },
        "mouse_position": {
            "x": 1010,
            "y": 10
        }
    },
    "win10-hw": {
        "screen_resolution": {
            "x": 1920,
            "y": 1080
        },
        "mouse_position": {
            "x": 1010,
            "y": 10
        }
    },
    "win10-vm": {
        "screen_resolution": {
            "x": 2560,
            "y": 1440
        },
        "mouse_position": {
            "x": 1010,
            "y": 10
        }
    }
}