Update Chrome support as most commands are now mostly supported. (#3325)

diff --git a/webdriver/commands/AcceptAlert.json b/webdriver/commands/AcceptAlert.json
index e982b0d..d12bd2c 100644
--- a/webdriver/commands/AcceptAlert.json
+++ b/webdriver/commands/AcceptAlert.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/AcceptAlert",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/AddCookie.json b/webdriver/commands/AddCookie.json
index 01475fb..9b6baad 100644
--- a/webdriver/commands/AddCookie.json
+++ b/webdriver/commands/AddCookie.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/AddCookie",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/Back.json b/webdriver/commands/Back.json
index c6fbaba..3cdebd7 100644
--- a/webdriver/commands/Back.json
+++ b/webdriver/commands/Back.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/Back",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/CloseWindow.json b/webdriver/commands/CloseWindow.json
index 5025a2a..92f70e6 100644
--- a/webdriver/commands/CloseWindow.json
+++ b/webdriver/commands/CloseWindow.json
@@ -6,8 +6,8 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/CloseWindow",
           "support": {
             "chrome": {
-              "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>."
+              "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>. This is only partitially supported."
             },
             "chrome_android": {
               "version_added": false,
diff --git a/webdriver/commands/DeleteAllCookies.json b/webdriver/commands/DeleteAllCookies.json
index 39184b3..3465cca 100644
--- a/webdriver/commands/DeleteAllCookies.json
+++ b/webdriver/commands/DeleteAllCookies.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DeleteAllCookies",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/DeleteCookie.json b/webdriver/commands/DeleteCookie.json
index 3a06122..f07b932 100644
--- a/webdriver/commands/DeleteCookie.json
+++ b/webdriver/commands/DeleteCookie.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DeleteCookie",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/DeleteSession.json b/webdriver/commands/DeleteSession.json
index 758f1a6..3d2e7de 100644
--- a/webdriver/commands/DeleteSession.json
+++ b/webdriver/commands/DeleteSession.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DeleteSession",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/DismissAlert.json b/webdriver/commands/DismissAlert.json
index 0636547..99f2cc3 100644
--- a/webdriver/commands/DismissAlert.json
+++ b/webdriver/commands/DismissAlert.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DismissAlert",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/ElementClear.json b/webdriver/commands/ElementClear.json
index 41ed2c8..1673050 100644
--- a/webdriver/commands/ElementClear.json
+++ b/webdriver/commands/ElementClear.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ElementClear",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/ElementClick.json b/webdriver/commands/ElementClick.json
index 2141167..386d93b 100644
--- a/webdriver/commands/ElementClick.json
+++ b/webdriver/commands/ElementClick.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ElementClick",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/ElementSendKeys.json b/webdriver/commands/ElementSendKeys.json
index 26fbeb0..bcb2fed 100644
--- a/webdriver/commands/ElementSendKeys.json
+++ b/webdriver/commands/ElementSendKeys.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ElementSendKeys",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/ExecuteAsyncScript.json b/webdriver/commands/ExecuteAsyncScript.json
index 7314a70..62377b1 100644
--- a/webdriver/commands/ExecuteAsyncScript.json
+++ b/webdriver/commands/ExecuteAsyncScript.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ExecuteAsyncScript",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/ExecuteScript.json b/webdriver/commands/ExecuteScript.json
index c4131c6..103bc65 100644
--- a/webdriver/commands/ExecuteScript.json
+++ b/webdriver/commands/ExecuteScript.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ExecuteScript",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/FindElement.json b/webdriver/commands/FindElement.json
index a49d5a4..47b774c 100644
--- a/webdriver/commands/FindElement.json
+++ b/webdriver/commands/FindElement.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FindElement",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/FindElementFromElement.json b/webdriver/commands/FindElementFromElement.json
index 19a6b23..9659046 100644
--- a/webdriver/commands/FindElementFromElement.json
+++ b/webdriver/commands/FindElementFromElement.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/Find_ElementFromElement",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/FindElements.json b/webdriver/commands/FindElements.json
index f08bb2c..67aeffc 100644
--- a/webdriver/commands/FindElements.json
+++ b/webdriver/commands/FindElements.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FindElements",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/FindElementsFromElement.json b/webdriver/commands/FindElementsFromElement.json
index bbbd5d5..c5ade04 100644
--- a/webdriver/commands/FindElementsFromElement.json
+++ b/webdriver/commands/FindElementsFromElement.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FindElementsFromElement",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/Forward.json b/webdriver/commands/Forward.json
index 8d2a461..5b57e3b 100644
--- a/webdriver/commands/Forward.json
+++ b/webdriver/commands/Forward.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/Forward",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/FullscreenWindow.json b/webdriver/commands/FullscreenWindow.json
index 839d5d3..73c1b92 100644
--- a/webdriver/commands/FullscreenWindow.json
+++ b/webdriver/commands/FullscreenWindow.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FullscreenWindow",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetActiveElement.json b/webdriver/commands/GetActiveElement.json
index 1b1f963..81c1edb 100644
--- a/webdriver/commands/GetActiveElement.json
+++ b/webdriver/commands/GetActiveElement.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetActiveElement",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetAlertText.json b/webdriver/commands/GetAlertText.json
index 4a61e5d..a339979 100644
--- a/webdriver/commands/GetAlertText.json
+++ b/webdriver/commands/GetAlertText.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetAlertText",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetAllCookies.json b/webdriver/commands/GetAllCookies.json
index 4e468dc..bb654d1 100644
--- a/webdriver/commands/GetAllCookies.json
+++ b/webdriver/commands/GetAllCookies.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetAllCookies",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetCurrentURL.json b/webdriver/commands/GetCurrentURL.json
index 5172ff7..7c2cb88 100644
--- a/webdriver/commands/GetCurrentURL.json
+++ b/webdriver/commands/GetCurrentURL.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetCurrentURL",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetElementAttribute.json b/webdriver/commands/GetElementAttribute.json
index 5b3a48a..e3acbaa 100644
--- a/webdriver/commands/GetElementAttribute.json
+++ b/webdriver/commands/GetElementAttribute.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementAttribute",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetElementCSSValue.json b/webdriver/commands/GetElementCSSValue.json
index a5718c6..b53845c 100644
--- a/webdriver/commands/GetElementCSSValue.json
+++ b/webdriver/commands/GetElementCSSValue.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementCSSValue",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetElementProperty.json b/webdriver/commands/GetElementProperty.json
index cd64a63..3389b8d 100644
--- a/webdriver/commands/GetElementProperty.json
+++ b/webdriver/commands/GetElementProperty.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementProperty",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetElementRect.json b/webdriver/commands/GetElementRect.json
index 5d2b085..c986916 100644
--- a/webdriver/commands/GetElementRect.json
+++ b/webdriver/commands/GetElementRect.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementRect",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetElementTagName.json b/webdriver/commands/GetElementTagName.json
index 8967f27..1cf8d99 100644
--- a/webdriver/commands/GetElementTagName.json
+++ b/webdriver/commands/GetElementTagName.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementTagName",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetElementText.json b/webdriver/commands/GetElementText.json
index 9c2c404..0ec78b1 100644
--- a/webdriver/commands/GetElementText.json
+++ b/webdriver/commands/GetElementText.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementText",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetNamedCookie.json b/webdriver/commands/GetNamedCookie.json
index 0edc638..354ed03 100644
--- a/webdriver/commands/GetNamedCookie.json
+++ b/webdriver/commands/GetNamedCookie.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetNamedCookie",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetPageSource.json b/webdriver/commands/GetPageSource.json
index 8a7b552..fa5981d 100644
--- a/webdriver/commands/GetPageSource.json
+++ b/webdriver/commands/GetPageSource.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetPageSource",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetTimeouts.json b/webdriver/commands/GetTimeouts.json
index 43fa659..d983969 100644
--- a/webdriver/commands/GetTimeouts.json
+++ b/webdriver/commands/GetTimeouts.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetTimeouts",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetTitle.json b/webdriver/commands/GetTitle.json
index 9d032d1..65a4162 100644
--- a/webdriver/commands/GetTitle.json
+++ b/webdriver/commands/GetTitle.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetTitle",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetWindowHandle.json b/webdriver/commands/GetWindowHandle.json
index 07945a6..f174dd6 100644
--- a/webdriver/commands/GetWindowHandle.json
+++ b/webdriver/commands/GetWindowHandle.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetWindowHandle",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetWindowHandles.json b/webdriver/commands/GetWindowHandles.json
index a852677..6028168 100644
--- a/webdriver/commands/GetWindowHandles.json
+++ b/webdriver/commands/GetWindowHandles.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetWindowHandles",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/GetWindowRect.json b/webdriver/commands/GetWindowRect.json
index 55c514b..8fc87eb 100644
--- a/webdriver/commands/GetWindowRect.json
+++ b/webdriver/commands/GetWindowRect.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetWindowRect",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/IsElementEnabled.json b/webdriver/commands/IsElementEnabled.json
index 6173c03..c70518a 100644
--- a/webdriver/commands/IsElementEnabled.json
+++ b/webdriver/commands/IsElementEnabled.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/IsElementEnabled",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/IsElementSelected.json b/webdriver/commands/IsElementSelected.json
index e4573fd..620c0b9 100644
--- a/webdriver/commands/IsElementSelected.json
+++ b/webdriver/commands/IsElementSelected.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/IsElementSelected",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/MaximizeWindow.json b/webdriver/commands/MaximizeWindow.json
index c561506..2cdadf3 100644
--- a/webdriver/commands/MaximizeWindow.json
+++ b/webdriver/commands/MaximizeWindow.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/MaximizeWindow",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/MinimizeWindow.json b/webdriver/commands/MinimizeWindow.json
index 9785189..a3d7f03 100644
--- a/webdriver/commands/MinimizeWindow.json
+++ b/webdriver/commands/MinimizeWindow.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/MinimizeWindow",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/NavigateTo.json b/webdriver/commands/NavigateTo.json
index f855c52..be8bbbe 100644
--- a/webdriver/commands/NavigateTo.json
+++ b/webdriver/commands/NavigateTo.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/NavigateTo",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/NewSession.json b/webdriver/commands/NewSession.json
index 4739a24..bae9941 100644
--- a/webdriver/commands/NewSession.json
+++ b/webdriver/commands/NewSession.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/NewSession",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/Refresh.json b/webdriver/commands/Refresh.json
index e765a1e..ee8024c 100644
--- a/webdriver/commands/Refresh.json
+++ b/webdriver/commands/Refresh.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/Refresh",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/SendAlertText.json b/webdriver/commands/SendAlertText.json
index c0877fc..1932e3b 100644
--- a/webdriver/commands/SendAlertText.json
+++ b/webdriver/commands/SendAlertText.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SendAlertText",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/SetTimeouts.json b/webdriver/commands/SetTimeouts.json
index 888d28d..a737e7c 100644
--- a/webdriver/commands/SetTimeouts.json
+++ b/webdriver/commands/SetTimeouts.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SetTimeouts",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/SetWindowRect.json b/webdriver/commands/SetWindowRect.json
index 1dd1532..012f2f2 100644
--- a/webdriver/commands/SetWindowRect.json
+++ b/webdriver/commands/SetWindowRect.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SetWindowRect",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/Status.json b/webdriver/commands/Status.json
index c677755..e843310 100644
--- a/webdriver/commands/Status.json
+++ b/webdriver/commands/Status.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/Status",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/SwitchToFrame.json b/webdriver/commands/SwitchToFrame.json
index c39e7c1..b87b2e1 100644
--- a/webdriver/commands/SwitchToFrame.json
+++ b/webdriver/commands/SwitchToFrame.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SwitchToFrame",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/SwitchToParentFrame.json b/webdriver/commands/SwitchToParentFrame.json
index 156be78..1ebf8d6 100644
--- a/webdriver/commands/SwitchToParentFrame.json
+++ b/webdriver/commands/SwitchToParentFrame.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SwitchToParentFrame",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/SwitchToWindow.json b/webdriver/commands/SwitchToWindow.json
index d49d80f..5d1caec 100644
--- a/webdriver/commands/SwitchToWindow.json
+++ b/webdriver/commands/SwitchToWindow.json
@@ -6,7 +6,7 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SwitchToWindow",
           "support": {
             "chrome": {
-              "version_added": false,
+              "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>."
             },
             "chrome_android": {
diff --git a/webdriver/commands/TakeElementScreenshot.json b/webdriver/commands/TakeElementScreenshot.json
index 0ba535f..2514773 100644
--- a/webdriver/commands/TakeElementScreenshot.json
+++ b/webdriver/commands/TakeElementScreenshot.json
@@ -6,8 +6,8 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/TakeElementScreenshot",
           "support": {
             "chrome": {
-              "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>."
+              "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,
diff --git a/webdriver/commands/TakeScreenshot.json b/webdriver/commands/TakeScreenshot.json
index f3c887d..61b3ab0 100644
--- a/webdriver/commands/TakeScreenshot.json
+++ b/webdriver/commands/TakeScreenshot.json
@@ -6,8 +6,8 @@
           "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/TakeScreenshot",
           "support": {
             "chrome": {
-              "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>."
+              "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,