Skip to content

Commit

Permalink
docs(webdriverio): fix reference to isDisplayedInViewport
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 20, 2024
1 parent 7edf83b commit 48c6006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webdriverio/src/commands/element/isDisplayed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IsDisplayedParams {
/**
*
* Return true if the selected DOM-element is displayed (even when the element is outside the viewport).
* If you want to verify that the element is also not within the viewport, use the isDisplayedInViewport command.
* If you want to verify that the element is also within the viewport, provide the `withinViewport` flag to the command.
*
* :::info
*
Expand Down

0 comments on commit 48c6006

Please sign in to comment.