Modifier and Type | Field and Description |
---|---|
Boolean |
strict
When true, the call requires selector to resolve to a single element.
|
Double |
timeout
**DEPRECATED** This option is ignored.
|
Constructor and Description |
---|
IsHiddenOptions() |
Modifier and Type | Method and Description |
---|---|
Page.IsHiddenOptions |
setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.
|
Page.IsHiddenOptions |
setTimeout(double timeout)
**DEPRECATED** This option is ignored.
|
public Boolean strict
public Double timeout
Page.isHidden()
does not wait for the element to become
hidden and returns immediately.public Page.IsHiddenOptions setStrict(boolean strict)
public Page.IsHiddenOptions setTimeout(double timeout)
Page.isHidden()
does not wait for the element to become
hidden and returns immediately.Copyright © 2022. All rights reserved.