diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
Block.addElement
diamond
web
elements
block
Block
Adds an element to the block.
class
Block
(TElement = Element)
final
void
addElement
(
TElement
element
)
if
(
is
(
BaseClassesTuple
!
TElement
==
AliasSeq
!(
Element
,
Object
)) ||
is
(
TElement
==
Element
)
)
Parameters
element
TElement
The element to add.
Meta
Source
See Implementation
diamond
web
elements
block
Block
constructors
this
functions
addElement
generateHtml
Adds an element to the block.