Class: HTMLOptionDriver
Defined in: component-driver-html/src/components/HTMLOptionDriver.ts:3
Extends
ComponentDriver
Constructors
Constructor
new HTMLOptionDriver(
locator
,interactor
,option
?):HTMLOptionDriver
Defined in: core/build/src/drivers/ComponentDriver.d.ts:21
Parameters
locator
PartLocator
interactor
Interactor
option?
Partial
<IComponentDriverOption
<{ }>>
Returns
HTMLOptionDriver
Inherited from
ComponentDriver.constructor
Properties
commutableOption
readonly
commutableOption:IComponentDriverOption
<{ }>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:20
Option passed to the constructor includes both universal options which can be shared across all component driver tree, and component specific options which are only applicable to the component.
Commutable option is the option that can be shared across all component driver tree.
Inherited from
ComponentDriver.commutableOption
interactor
readonly
interactor:Interactor
Defined in: core/build/src/drivers/ComponentDriver.d.ts:11
Inherited from
ComponentDriver.interactor
Accessors
driverName
Get Signature
get driverName():
string
Defined in: component-driver-html/src/components/HTMLOptionDriver.ts:14
Returns
string
Overrides
ComponentDriver.driverName
locator
Get Signature
get locator():
PartLocator
Defined in: core/build/src/drivers/ComponentDriver.d.ts:51
Return the locator of the component
Returns
PartLocator
Inherited from
ComponentDriver.locator
parts
Get Signature
get parts():
ScenePartDriver
<T
>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:47
Return driver instance of all the named parts
Returns
ScenePartDriver
<T
>
Inherited from
ComponentDriver.parts
Methods
click()
click(
option
?):Promise
<void
>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:75
Parameters
option?
Partial
<ClickOption
>
Returns
Promise
<void
>
Inherited from
ComponentDriver.click
enforcePartExistence()
protected
enforcePartExistence(partName
):Promise
<void
>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:57
Check the specified parts' existences, and throw MissPartError if any of the part is found not existence. Existence is defined by the part's existence in the DOM regardless of its visibility on the screen
Parameters
partName
readonly never
[]
Single or array of the names of the parts to be enforced
Returns
Promise
<void
>
Inherited from
ComponentDriver.enforcePartExistence
exists()
exists():
Promise
<boolean
>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:74
Whether the component exists/attached to the DOM
Returns
Promise
<boolean
>
true if the component is attached to the DOM, false otherwise
Inherited from
ComponentDriver.exists
focus()
focus(
option
?):Promise
<void
>
Defined in: core/build/src/drivers/ComponentDriver.d.ts:84
Parameters
option?
Partial
<FocusOption
>
Returns
Promise
<void
>
Inherited from
ComponentDriver.focus