webdriver_pump
master
WebdriverPump
Checkbox
CheckboxGroup
ComplexFormElement
Component
ComponentCollection
ElementLocator
ElementsLocator
InvalidFormElementException
MultiSelectList
Page
RadioGroup
SelectList
SimpleFormElement
TextArea
TextField
TimedOutException
Wait
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
]