docs: remove deprecated options for the findInPage method. (#25574)

This commit is contained in:
dmitryk 2020-09-22 21:55:56 +03:00 committed by GitHub
parent 6acf34fa4c
commit 0d72bf3ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View file

@ -1212,12 +1212,6 @@ Inserts `text` to the focused element.
defaults to `false`. defaults to `false`.
* `matchCase` Boolean (optional) - Whether search should be case-sensitive, * `matchCase` Boolean (optional) - Whether search should be case-sensitive,
defaults to `false`. defaults to `false`.
* `wordStart` Boolean (optional) - Whether to look only at the start of words.
defaults to `false`.
* `medialCapitalAsWordStart` Boolean (optional) - When combined with `wordStart`,
accepts a match in the middle of a word if the match begins with an
uppercase letter followed by a lowercase or non-letter.
Accepts several other intra-word matches, defaults to `false`.
Returns `Integer` - The request id used for the request. Returns `Integer` - The request id used for the request.

View file

@ -519,12 +519,6 @@ Inserts `text` to the focused element.
defaults to `false`. defaults to `false`.
* `matchCase` Boolean (optional) - Whether search should be case-sensitive, * `matchCase` Boolean (optional) - Whether search should be case-sensitive,
defaults to `false`. defaults to `false`.
* `wordStart` Boolean (optional) - Whether to look only at the start of words.
defaults to `false`.
* `medialCapitalAsWordStart` Boolean (optional) - When combined with `wordStart`,
accepts a match in the middle of a word if the match begins with an
uppercase letter followed by a lowercase or non-letter.
Accepts several other intra-word matches, defaults to `false`.
Returns `Integer` - The request id used for the request. Returns `Integer` - The request id used for the request.