Package | Description |
---|---|
com.microsoft.playwright |
Modifier and Type | Method and Description |
---|---|
Page.IsHiddenOptions |
Page.IsHiddenOptions.setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.
|
Page.IsHiddenOptions |
Page.IsHiddenOptions.setTimeout(double timeout)
**DEPRECATED** This option is ignored.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Page.isHidden(String selector,
Page.IsHiddenOptions options)
Returns whether the element is hidden, the opposite of visible.
|
Copyright © 2022. All rights reserved.