diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
Select.addOption
diamond
web
elements
select
Select
Adds an option.
class
Select
final
void
addOption
(
string
value
,
string
text
)
Parameters
value
string
The value of the option.
text
string
The text of the option.
Meta
Source
See Implementation
diamond
web
elements
select
Select
constructors
this
functions
addOption
generateHtml
getOption
removeOption
properties
form
Adds an option.