summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/external_tools/machine-configuration.json
blob: 601cd29d75870ae4086b0ed521261cc45b6fbc79 (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
33
34
35
36
37
38
39
40
41
42
{
  "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
    }
  },
  "win11-hw": {
    "screen_resolution": {
      "x": 1280,
      "y": 1024
    },
    "mouse_position": {
      "x": 1010,
      "y": 10
    }
  }
}