selenium-d ~master (2018-02-11T16:22:15Z)
Dub
Repo
WorkflowNamed
selenium
workflow
Undocumented in source.
class
WorkflowNamed : Workflow!(T, U)(
string
workflowName
T
U
) {
this
(T child, U cls);
auto
opDispatch
(T props);
bool
hasStep
();
}
Constructors
this
this
(T child, U cls)
Undocumented in source.
Members
Functions
hasStep
bool
hasStep
()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto
opDispatch
(T props)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selenium
workflow
classes
SeleniumPage
WebNavigation
Workflow
WorkflowCheck
WorkflowNamed
functions
define
historyCue
isFalse
isTrue
structs
HistoryCue