| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
ElementHandle.ScrollIntoViewIfNeededOptions |
ElementHandle.ScrollIntoViewIfNeededOptions.setTimeout(double timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementHandle.scrollIntoViewIfNeeded(ElementHandle.ScrollIntoViewIfNeededOptions options)
This method waits for actionability checks, then tries to
scroll element into view, unless it is completely visible as defined by IntersectionObserver's
ratio. |
Copyright © 2021. All rights reserved.