Skip to main content

Interface: ListComponentDriverOption<ItemT>

@atomic-testing/core.ListComponentDriverOption

Type parameters

NameType
ItemTextends ComponentDriver

Hierarchy

Properties

itemClass

itemClass: (locator: PartLocator, interactor: Interactor, option?: Partial<IComponentDriverOption<>>) => ItemT

Type declaration

new itemClass(locator, interactor, option?): ItemT

Parameters
NameType
locatorPartLocator
interactorInteractor
option?Partial<IComponentDriverOption<>>
Returns

ItemT

Inherited from

ListComponentDriverSpecificOption.itemClass

Defined in

packages/core/src/drivers/ListComponentDriver.ts:9


itemLocator

itemLocator: PartLocator

Inherited from

ListComponentDriverSpecificOption.itemLocator

Defined in

packages/core/src/drivers/ListComponentDriver.ts:10


parts

parts: Object

Inherited from

IComponentDriverOption.parts

Defined in

packages/core/src/partTypes.ts:94