Rename all the WebDriver commands to remove underscores.
diff --git a/webdriver/commands/Accept_Alert.json b/webdriver/commands/Accept_Alert.json
index 3db3a11..6b5241f 100644
--- a/webdriver/commands/Accept_Alert.json
+++ b/webdriver/commands/Accept_Alert.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Accept_Alert": {
+ "AcceptAlert": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/AcceptAlert",
"support": {
diff --git a/webdriver/commands/Add_Cookie.json b/webdriver/commands/Add_Cookie.json
index 76d66af..bd6331b 100644
--- a/webdriver/commands/Add_Cookie.json
+++ b/webdriver/commands/Add_Cookie.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Add_Cookie": {
+ "AddCookie": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/AddCookie",
"support": {
diff --git a/webdriver/commands/Close_Window.json b/webdriver/commands/Close_Window.json
index 45e8b2f..cdd427b 100644
--- a/webdriver/commands/Close_Window.json
+++ b/webdriver/commands/Close_Window.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Close_Window": {
+ "CloseWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/CloseWindow",
"support": {
diff --git a/webdriver/commands/Delete_All_Cookies.json b/webdriver/commands/Delete_All_Cookies.json
index f9cb1ee..86dbbb3 100644
--- a/webdriver/commands/Delete_All_Cookies.json
+++ b/webdriver/commands/Delete_All_Cookies.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Delete_All_Cookies": {
+ "DeleteAllCookies": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DeleteAllCookies",
"support": {
diff --git a/webdriver/commands/Delete_Cookie.json b/webdriver/commands/Delete_Cookie.json
index d55ca0e..571457e 100644
--- a/webdriver/commands/Delete_Cookie.json
+++ b/webdriver/commands/Delete_Cookie.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Delete_Cookie": {
+ "DeleteCookie": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DeleteCookie",
"support": {
diff --git a/webdriver/commands/Delete_Session.json b/webdriver/commands/Delete_Session.json
index 98555f8..a13986f 100644
--- a/webdriver/commands/Delete_Session.json
+++ b/webdriver/commands/Delete_Session.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Delete_Session": {
+ "DeleteSession": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DeleteSession",
"support": {
diff --git a/webdriver/commands/Dismiss_Alert.json b/webdriver/commands/Dismiss_Alert.json
index f9c60f7..e71ef21 100644
--- a/webdriver/commands/Dismiss_Alert.json
+++ b/webdriver/commands/Dismiss_Alert.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Dismiss_Alert": {
+ "DismissAlert": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/DismissAlert",
"support": {
diff --git a/webdriver/commands/Element_Clear.json b/webdriver/commands/Element_Clear.json
index 9c9209b..b43984e 100644
--- a/webdriver/commands/Element_Clear.json
+++ b/webdriver/commands/Element_Clear.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Element_Clear": {
+ "ElementClear": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ElementClear",
"support": {
diff --git a/webdriver/commands/Element_Click.json b/webdriver/commands/Element_Click.json
index fdaa04e..3ed0b95 100644
--- a/webdriver/commands/Element_Click.json
+++ b/webdriver/commands/Element_Click.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Element_Click": {
+ "ElementClick": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ElementClick",
"support": {
diff --git a/webdriver/commands/Element_Send_Keys.json b/webdriver/commands/Element_Send_Keys.json
index 0a7a7fc..0e684ba 100644
--- a/webdriver/commands/Element_Send_Keys.json
+++ b/webdriver/commands/Element_Send_Keys.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Element_Send_Keys": {
+ "ElementSendKeys": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ElementSendKeys",
"support": {
diff --git a/webdriver/commands/Execute_Async_Script.json b/webdriver/commands/Execute_Async_Script.json
index f85806a..464596a 100644
--- a/webdriver/commands/Execute_Async_Script.json
+++ b/webdriver/commands/Execute_Async_Script.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Execute_Async_Script": {
+ "ExecuteAsyncScript": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ExecuteAsyncScript",
"support": {
diff --git a/webdriver/commands/Execute_Script.json b/webdriver/commands/Execute_Script.json
index 369306f..51c6852 100644
--- a/webdriver/commands/Execute_Script.json
+++ b/webdriver/commands/Execute_Script.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Execute_Script": {
+ "ExecuteScript": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ExecuteScript",
"support": {
diff --git a/webdriver/commands/Find_Element.json b/webdriver/commands/Find_Element.json
index 2ef0a97..fa98a8f 100644
--- a/webdriver/commands/Find_Element.json
+++ b/webdriver/commands/Find_Element.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Find_Element": {
+ "FindElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FindElement",
"support": {
diff --git a/webdriver/commands/Find_Element_From_Element.json b/webdriver/commands/Find_Element_From_Element.json
index 131f776..cc196d6 100644
--- a/webdriver/commands/Find_Element_From_Element.json
+++ b/webdriver/commands/Find_Element_From_Element.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Find_Element_From_Element": {
+ "FindElementFromElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/Find_ElementFromElement",
"support": {
diff --git a/webdriver/commands/Find_Elements.json b/webdriver/commands/Find_Elements.json
index 0782a70..11af2f4 100644
--- a/webdriver/commands/Find_Elements.json
+++ b/webdriver/commands/Find_Elements.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Find_Elements": {
+ "FindElements": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FindElements",
"support": {
diff --git a/webdriver/commands/Find_Elements_From_Element.json b/webdriver/commands/Find_Elements_From_Element.json
index 1abed7a..5249c45 100644
--- a/webdriver/commands/Find_Elements_From_Element.json
+++ b/webdriver/commands/Find_Elements_From_Element.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Find_Elements_From_Element": {
+ "FindElementsFromElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FindElementsFromElement",
"support": {
diff --git a/webdriver/commands/Fullscreen_Window.json b/webdriver/commands/Fullscreen_Window.json
index c9ca86e..5d2e984 100644
--- a/webdriver/commands/Fullscreen_Window.json
+++ b/webdriver/commands/Fullscreen_Window.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Fullscreen_Window": {
+ "FullscreenWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/FullscreenWindow",
"support": {
diff --git a/webdriver/commands/Get_Active_Element.json b/webdriver/commands/Get_Active_Element.json
index 3ece7ee..284ed2f 100644
--- a/webdriver/commands/Get_Active_Element.json
+++ b/webdriver/commands/Get_Active_Element.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Active_Element": {
+ "GetActiveElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetActiveElement",
"support": {
diff --git a/webdriver/commands/Get_Alert_Text.json b/webdriver/commands/Get_Alert_Text.json
index 9aea084..9075ac0 100644
--- a/webdriver/commands/Get_Alert_Text.json
+++ b/webdriver/commands/Get_Alert_Text.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Alert_Text": {
+ "GetAlertText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetAlertText",
"support": {
diff --git a/webdriver/commands/Get_All_Cookies.json b/webdriver/commands/Get_All_Cookies.json
index e8c8bc8..cab3bb2 100644
--- a/webdriver/commands/Get_All_Cookies.json
+++ b/webdriver/commands/Get_All_Cookies.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_All_Cookies": {
+ "GetAllCookies": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetAllCookies",
"support": {
diff --git a/webdriver/commands/Get_Current_URL.json b/webdriver/commands/Get_Current_URL.json
index db8bbfc..8829fe5 100644
--- a/webdriver/commands/Get_Current_URL.json
+++ b/webdriver/commands/Get_Current_URL.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Current_URL": {
+ "GetCurrentURL": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetCurrentURL",
"support": {
diff --git a/webdriver/commands/Get_Element_Attribute.json b/webdriver/commands/Get_Element_Attribute.json
index 826f80e..24c7dd4 100644
--- a/webdriver/commands/Get_Element_Attribute.json
+++ b/webdriver/commands/Get_Element_Attribute.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Element_Attribute": {
+ "GetElementAttribute": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementAttribute",
"support": {
diff --git a/webdriver/commands/Get_Element_CSS_Value.json b/webdriver/commands/Get_Element_CSS_Value.json
index 36d55fe..849fd8d 100644
--- a/webdriver/commands/Get_Element_CSS_Value.json
+++ b/webdriver/commands/Get_Element_CSS_Value.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Element_CSS_Value": {
+ "GetElementCSSValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementCSSValue",
"support": {
diff --git a/webdriver/commands/Get_Element_Property.json b/webdriver/commands/Get_Element_Property.json
index 3e407bd..79f16ab 100644
--- a/webdriver/commands/Get_Element_Property.json
+++ b/webdriver/commands/Get_Element_Property.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Element_Property": {
+ "GetElementProperty": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementProperty",
"support": {
diff --git a/webdriver/commands/Get_Element_Rect.json b/webdriver/commands/Get_Element_Rect.json
index 8c79c0d..c0f191b 100644
--- a/webdriver/commands/Get_Element_Rect.json
+++ b/webdriver/commands/Get_Element_Rect.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Element_Rect": {
+ "GetElementRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementRect",
"support": {
diff --git a/webdriver/commands/Get_Element_Tag_Name.json b/webdriver/commands/Get_Element_Tag_Name.json
index 2df28bd..151124c 100644
--- a/webdriver/commands/Get_Element_Tag_Name.json
+++ b/webdriver/commands/Get_Element_Tag_Name.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Element_Tag_Name": {
+ "GetElementTagName": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementTagName",
"support": {
diff --git a/webdriver/commands/Get_Element_Text.json b/webdriver/commands/Get_Element_Text.json
index 5222a8e..515b104 100644
--- a/webdriver/commands/Get_Element_Text.json
+++ b/webdriver/commands/Get_Element_Text.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Element_Text": {
+ "GetElementText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetElementText",
"support": {
diff --git a/webdriver/commands/Get_Named_Cookie.json b/webdriver/commands/Get_Named_Cookie.json
index 88e1094..4f90cf7 100644
--- a/webdriver/commands/Get_Named_Cookie.json
+++ b/webdriver/commands/Get_Named_Cookie.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Named_Cookie": {
+ "GetNamedCookie": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetNamedCookie",
"support": {
diff --git a/webdriver/commands/Get_Page_Source.json b/webdriver/commands/Get_Page_Source.json
index d02efc9..2e2d40c 100644
--- a/webdriver/commands/Get_Page_Source.json
+++ b/webdriver/commands/Get_Page_Source.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Page_Source": {
+ "GetPageSource": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetPageSource",
"support": {
diff --git a/webdriver/commands/Get_Timeouts.json b/webdriver/commands/Get_Timeouts.json
index 069966d..a540451 100644
--- a/webdriver/commands/Get_Timeouts.json
+++ b/webdriver/commands/Get_Timeouts.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Timeouts": {
+ "GetTimeouts": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetTimeouts",
"support": {
diff --git a/webdriver/commands/Get_Title.json b/webdriver/commands/Get_Title.json
index f54090a..b32cb3c 100644
--- a/webdriver/commands/Get_Title.json
+++ b/webdriver/commands/Get_Title.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Title": {
+ "GetTitle": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetTitle",
"support": {
diff --git a/webdriver/commands/Get_Window_Handle.json b/webdriver/commands/Get_Window_Handle.json
index 72446c8..d80f20e 100644
--- a/webdriver/commands/Get_Window_Handle.json
+++ b/webdriver/commands/Get_Window_Handle.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Window_Handle": {
+ "GetWindowHandle": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetWindowHandle",
"support": {
diff --git a/webdriver/commands/Get_Window_Handles.json b/webdriver/commands/Get_Window_Handles.json
index 92914c7..0b0813b 100644
--- a/webdriver/commands/Get_Window_Handles.json
+++ b/webdriver/commands/Get_Window_Handles.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Window_Handles": {
+ "GetWindowHandles": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetWindowHandles",
"support": {
diff --git a/webdriver/commands/Get_Window_Rect.json b/webdriver/commands/Get_Window_Rect.json
index 7660202..6aaa4e6 100644
--- a/webdriver/commands/Get_Window_Rect.json
+++ b/webdriver/commands/Get_Window_Rect.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Get_Window_Rect": {
+ "GetWindowRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/GetWindowRect",
"support": {
diff --git a/webdriver/commands/Is_Element_Enabled.json b/webdriver/commands/Is_Element_Enabled.json
index 87e32c9..ddd2ead 100644
--- a/webdriver/commands/Is_Element_Enabled.json
+++ b/webdriver/commands/Is_Element_Enabled.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Is_Element_Enabled": {
+ "IsElementEnabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/IsElementEnabled",
"support": {
diff --git a/webdriver/commands/Is_Element_Selected.json b/webdriver/commands/Is_Element_Selected.json
index f966a91..9cec235 100644
--- a/webdriver/commands/Is_Element_Selected.json
+++ b/webdriver/commands/Is_Element_Selected.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Is_Element_Selected": {
+ "IsElementSelected": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/IsElementSelected",
"support": {
diff --git a/webdriver/commands/Maximize_Window.json b/webdriver/commands/Maximize_Window.json
index dbadc00..b3b7e6a 100644
--- a/webdriver/commands/Maximize_Window.json
+++ b/webdriver/commands/Maximize_Window.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Maximize_Window": {
+ "MaximizeWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/MaximizeWindow",
"support": {
diff --git a/webdriver/commands/Minimize_Window.json b/webdriver/commands/Minimize_Window.json
index 9f6205e..6bf2b6e 100644
--- a/webdriver/commands/Minimize_Window.json
+++ b/webdriver/commands/Minimize_Window.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Minimize_Window": {
+ "MinimizeWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/MinimizeWindow",
"support": {
diff --git a/webdriver/commands/Navigate_To.json b/webdriver/commands/Navigate_To.json
index 68f20a3..c53ec45 100644
--- a/webdriver/commands/Navigate_To.json
+++ b/webdriver/commands/Navigate_To.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Navigate_To": {
+ "NavigateTo": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/NavigateTo",
"support": {
diff --git a/webdriver/commands/New_Session.json b/webdriver/commands/New_Session.json
index 556327c..1af3532 100644
--- a/webdriver/commands/New_Session.json
+++ b/webdriver/commands/New_Session.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "New_Session": {
+ "NewSession": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/NewSession",
"support": {
diff --git a/webdriver/commands/Perform_Actions.json b/webdriver/commands/Perform_Actions.json
index f859d65..56426db 100644
--- a/webdriver/commands/Perform_Actions.json
+++ b/webdriver/commands/Perform_Actions.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Perform_Actions": {
+ "PerformActions": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/PerformActions",
"support": {
diff --git a/webdriver/commands/Release_Actions.json b/webdriver/commands/Release_Actions.json
index f9461ad..95e97c5 100644
--- a/webdriver/commands/Release_Actions.json
+++ b/webdriver/commands/Release_Actions.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Release_Actions": {
+ "ReleaseActions": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/ReleaseActions",
"support": {
diff --git a/webdriver/commands/Send_Alert_Text.json b/webdriver/commands/Send_Alert_Text.json
index a980b05..21a065c 100644
--- a/webdriver/commands/Send_Alert_Text.json
+++ b/webdriver/commands/Send_Alert_Text.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Send_Alert_Text": {
+ "SendAlertText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SendAlertText",
"support": {
diff --git a/webdriver/commands/Set_Timeouts.json b/webdriver/commands/Set_Timeouts.json
index f4f38ea..7792ee3 100644
--- a/webdriver/commands/Set_Timeouts.json
+++ b/webdriver/commands/Set_Timeouts.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Set_Timeouts": {
+ "SetTimeouts": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SetTimeouts",
"support": {
diff --git a/webdriver/commands/Set_Window_Rect.json b/webdriver/commands/Set_Window_Rect.json
index af33438..4e585a6 100644
--- a/webdriver/commands/Set_Window_Rect.json
+++ b/webdriver/commands/Set_Window_Rect.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Set_Window_Rect": {
+ "SetWindowRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SetWindowRect",
"support": {
diff --git a/webdriver/commands/Switch_To_Frame.json b/webdriver/commands/Switch_To_Frame.json
index 9bdf890..7976ec8 100644
--- a/webdriver/commands/Switch_To_Frame.json
+++ b/webdriver/commands/Switch_To_Frame.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Switch_To_Frame": {
+ "SwitchToFrame": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SwitchToFrame",
"support": {
diff --git a/webdriver/commands/Switch_To_Parent_Frame.json b/webdriver/commands/Switch_To_Parent_Frame.json
index 45b98a5..854f871 100644
--- a/webdriver/commands/Switch_To_Parent_Frame.json
+++ b/webdriver/commands/Switch_To_Parent_Frame.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Switch_To_Parent_Frame": {
+ "SwitchToParentFrame": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SwitchToParentFrame",
"support": {
diff --git a/webdriver/commands/Switch_To_Window.json b/webdriver/commands/Switch_To_Window.json
index 19e3832..e60e403 100644
--- a/webdriver/commands/Switch_To_Window.json
+++ b/webdriver/commands/Switch_To_Window.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Switch_To_Window": {
+ "SwitchToWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/SwitchToWindow",
"support": {
diff --git a/webdriver/commands/Take_Element_Screenshot.json b/webdriver/commands/Take_Element_Screenshot.json
index cd914c0..374e510 100644
--- a/webdriver/commands/Take_Element_Screenshot.json
+++ b/webdriver/commands/Take_Element_Screenshot.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Take_Element_Screenshot": {
+ "TakeElementScreenshot": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/TakeElementScreenshot",
"support": {
diff --git a/webdriver/commands/Take_Screenshot.json b/webdriver/commands/Take_Screenshot.json
index 44a846e..9ecbab5 100644
--- a/webdriver/commands/Take_Screenshot.json
+++ b/webdriver/commands/Take_Screenshot.json
@@ -1,7 +1,7 @@
{
"webdriver": {
"commands": {
- "Take_Screenshot": {
+ "TakeScreenshot": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/TakeScreenshot",
"support": {