summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/external_tools/machine-configuration.json
blob: 29118c0fdde86ee9bc3cd1640f3996e674e3093f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "win7": {
        "screen_resolution": {
            "x": 1280,
            "y": 1024 
        },
        "mouse_position": {
            "x": 1010,
            "y": 10
        }
    }
}