Skip to content

Commit

Permalink
docs: fix web-views doc table of content. (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem authored Nov 22, 2023
1 parent 117ad30 commit 976f5c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/api/webviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ Web view actions are used to interact with elements within a web view:
- [`focus()`]
- [`moveCursorToEnd()`]
- [`runScript()`]
- [`runScriptWithArgs()`]
- [`getCurrentUrl()`]
- [`getTitle()`]

Expand Down Expand Up @@ -361,9 +360,7 @@ await expect(web.element(by.web.id('identifier'))).not.toHaveText('Hello World!'

[name]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#name

[`runScript()`]: webviews.md#runscriptscript

[`runScriptWithArgs()`]: webviews.md#runscriptwithargsscript-args
[`runScript()`]: webviews.md#runscriptscript-args

[`getCurrentUrl()`]: webviews.md#getcurrenturl

Expand Down

0 comments on commit 976f5c8

Please sign in to comment.