Skip to content

Commit 5e54814

Browse files
authored
Update FindOnPage.md
1 parent 2320ee1 commit 5e54814

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

FindOnPage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ completed or not, whether the match count has changed, and whether the match ind
1111

1212

1313
#### Description
14-
To initiate a find operation within a WebView2 control, developers can utilize the `StartFindOnPage` method.
14+
To initiate a find operation within a WebView2 control, developers can utilize the `StartFind` method.
1515
This method allows specifying the find term and configuring other find parameters using the `ICoreWebView2FindConfiguration` interface.
16+
Additionally there can only be one find session active per webview environment.
17+
If an attempt is made to call start find more than once with the same findconfugration,
18+
it will result in the active match index either being increased or decreased depending on what
19+
Find Direction parameter was chosen for the Find Configuration.
1620

1721
#### Create/Specify a Find Configuration
1822
```cpp

0 commit comments

Comments
 (0)