Skip to content

Commit 1d58a21

Browse files
authored
Update AutomationProvider.md
1 parent 3258762 commit 1d58a21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/AutomationProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ See [API Details](#api_details) section below for API reference.
4141
## Win32 C++
4242
``` c#
4343
interface ICoreWebView2Environment4 : ICoreWebView2Environment3 {
44-
/// Returns the UI Automation Provider for the WebView that matches the provided window.
44+
/// Returns the Automation Provider for the WebView that matches the provided window.
4545
/// Host apps are expected to implement IRawElementProviderHwndOverride. When GetOverrideProviderForHwnd
4646
/// is called, the app can pass the HWND to GetAutomationProviderForWindow to find the matching WebView
4747
/// automation provider.
@@ -50,7 +50,7 @@ interface ICoreWebView2Environment4 : ICoreWebView2Environment3 {
5050
}
5151
5252
interface ICoreWebView2CompositionController2 : ICoreWebView2CompositionController {
53-
/// Returns the UI Automation Provider for the WebView.
53+
/// Returns the Automation Provider for the WebView. This object implements IRawElementProviderSimple.
5454
[propget] HRESULT AutomationProvider([out, retval] IUnknown** provider);
5555
}
5656
```

0 commit comments

Comments
 (0)