class Playwright::Page::WaitForRequestOptions
- Playwright::Page::WaitForRequestOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/page.crConstructors
Instance Method Summary
-
#timeout : Int32 | Nil
Maximum wait time in milliseconds, defaults to 30 seconds, pass
0
to disable the timeout. -
#timeout=(timeout : Int32 | Nil)
Maximum wait time in milliseconds, defaults to 30 seconds, pass
0
to disable the timeout.
Constructor Detail
Instance Method Detail
def timeout : Int32 | Nil
#
Maximum wait time in milliseconds, defaults to 30 seconds, pass 0
to disable the timeout. The default value can be changed by using the page.setDefaultTimeout(timeout)
method.
def timeout=(timeout : Int32 | Nil)
#
Maximum wait time in milliseconds, defaults to 30 seconds, pass 0
to disable the timeout. The default value can be changed by using the page.setDefaultTimeout(timeout)
method.