forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTakeElementScreenshot.json
63 lines (63 loc) · 2.94 KB
/
TakeElementScreenshot.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"webdriver": {
"commands": {
"TakeElementScreenshot": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/TakeElementScreenshot",
"support": {
"chrome": {
"version_added": "65",
"notes": "To enable Chromium support, include <code>{\"goog:chromeOptions\": {\"w3c\": true}}</code> in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>. Limited support."
},
"chrome_android": {
"version_added": false,
"notes": "To enable Chromium support, include <code>{\"goog:chromeOptions\": {\"w3c\": true}}</code> in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
},
"edge": {
"version_added": "79",
"notes": "To enable Chromium support, include <code>{\"goog:chromeOptions\": {\"w3c\": true}}</code> in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>. Limited support."
},
"firefox": {
"version_added": "55"
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": "7"
},
"opera": {
"version_added": false,
"notes": "To enable Chromium support, include <code>{\"goog:chromeOptions\": {\"w3c\": true}}</code> in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
},
"opera_android": {
"version_added": false,
"notes": "To enable Chromium support, include <code>{\"goog:chromeOptions\": {\"w3c\": true}}</code> in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
},
"safari": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"safari_ios": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"samsunginternet_android": {
"version_added": false,
"notes": "The vendor-supported implementation for Samsung Internet is non-spec-conforming and incompatible."
},
"webview_android": {
"version_added": false,
"notes": "To enable Chromium support, include <code>{\"goog:chromeOptions\": {\"w3c\": true}}</code> in the <a href=https://developer.mozilla.org/docs/Web/WebDriver/Capabilities>capabilities</a>."
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}