@@ -52,7 +52,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
52
52
| _ WD_Action | Perform various interactions with the web driver session. |
53
53
| _ WD_Window | Perform interactions related to the current window. |
54
54
| _ WD_FindElement | Find element(s) by designated strategy. |
55
- | _ WD_ElementAction | Perform action on desginated element. |
55
+ | _ WD_ElementAction | Perform action on designated element. |
56
56
| _ WD_ExecuteScript | Execute Javascipt commands. |
57
57
| _ WD_Alert | Respond to user prompt. |
58
58
| _ WD_GetSource | Get page source. |
@@ -77,6 +77,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
77
77
| _ WD_GetMouseElement | Retrieves reference to element below mouse pointer. |
78
78
| _ WD_GetElementFromPoint | Retrieves reference to element at specified point. |
79
79
| _ WD_LastHTTPResult | Return the result of the last WinHTTP request. |
80
+ | _ WD_LastHTTPResponse | Return the response of the last WinHTTP request. |
80
81
| _ WD_GetFrameCount | Returns the number of frames/iframes in the current document context. |
81
82
| _ WD_IsWindowTop | Returns a boolean of the session being at the top level, or in a frame(s). |
82
83
| _ WD_FrameEnter | Enter the specified frame. |
@@ -88,7 +89,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
88
89
| _ WD_PrintToPDF | Print the current tab in paginated PDF format. |
89
90
| _ WD_jQuerify | Inject jQuery library into current session. |
90
91
| _ WD_ElementOptionSelect | Find and click on an option from a Select element. |
91
- | _ WD_ElementSelectAction | Perform action on desginated Select element. |
92
+ | _ WD_ElementSelectAction | Perform action on designated Select element. |
92
93
| _ WD_ConsoleVisible | Control visibility of the webdriver console app. |
93
94
| _ WD_GetShadowRoot | Retrieves the shadow root of an element. |
94
95
| _ WD_SelectFiles | Select files for uploading to a website. |
@@ -102,7 +103,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
102
103
| _ WD_GetElementById | Locate element by id. |
103
104
| _ WD_GetElementByName | Locate element by name. |
104
105
| _ WD_SetElementValue | Set value of designated element. |
105
- | _ WD_ElementActionEx | Perform advanced action on desginated element. |
106
+ | _ WD_ElementActionEx | Perform advanced action on designated element. |
106
107
| _ WD_GetTable | Return all elements of a table. |
107
108
| _ WD_IsFullScreen | Return a boolean indicating if the session is in full screen mode. |
108
109
| _ WD_GetDevicePixelRatio | Returns an integer indicating the DevicePixelRatio. |
@@ -137,7 +138,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
137
138
| _ WD_CapabilitiesAdd | Add capablitities to JSON string |
138
139
| _ WD_CapabilitiesGet | Get the JSON string |
139
140
| _ WD_CapabilitiesDump | Dump to console |
140
- | _ WD_CapabilitiesDisplay | Display the current content |
141
+ | _ WD_CapabilitiesDefine | Define a new capability by selecting a type and specifying a name |
141
142
142
143
<p >
143
144
</details >
0 commit comments