Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lucky_flow
v0.7.3
LuckyFlow
Driver
DriverInstallationError
Drivers
Chrome
HeadlessChrome
Element
ElementNotFoundError
Error
ErrorMessageWhenNotFound
Expectations
BeOnPageExpectation
HaveCurrentPathExpectation
HaveTextExpectation
FindElement
HabitatSettings
InvalidMultiSelectError
InvalidOperationError
Selector
Server
Built with Crystal 1.9.2
2023-10-08 02:57:34 UTC
struct
LuckyFlow::Expectations::HaveTextExpectation
LuckyFlow::Expectations::HaveTextExpectation
Struct
Value
Object
Defined in:
lucky_flow/expectations/have_text_expectation.cr
Constructors
.new
(expected_value : String)
Instance Method Summary
#failure_message
(element)
#match
(element)
#negative_failure_message
(element)
Constructor Detail
def self.
new
(expected_value : String)
#
[
View source
]
Instance Method Detail
def
failure_message
(element)
#
[
View source
]
def
match
(element)
#
[
View source
]
def
negative_failure_message
(element)
#
[
View source
]