[]
Finds and selects the occurrence of a text string in the document asynchronously.
public Task FindAndSelectAsync(string text, int index = 0)
| Type | Name | Description |
|---|---|---|
| string | text | Text to find. |
| int | index | Index of the found text to be selected. |
| Type | Description |
|---|---|
| Task |