Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
webdriver_pump
v0.4.0
WebdriverPump
Checkbox
CheckboxGroup
ComplexFormElement
Component
ComponentCollection
ElementLocator
ElementsLocator
InvalidFormElementException
MultiSelectList
Page
RadioGroup
SelectList
SimpleFormElement
TextArea
TextField
TimedOutException
Wait
Built with Crystal 1.9.2
2023-10-08 02:29:56 UTC
module
WebdriverPump::Wait
Defined in:
webdriver_pump/wait.cr
Class Method Summary
.interval
.interval=
(secs)
.timeout
.timeout=
(secs)
.until
(*, timeout = @@timeout, interval = @@interval, &)
Class Method Detail
def self.
interval
#
[
View source
]
def self.
interval=
(secs)
#
[
View source
]
def self.
timeout
#
[
View source
]
def self.
timeout=
(secs)
#
[
View source
]
def self.
until
(*, timeout = @@timeout, interval = @@interval, &)
#
[
View source
]