Interface: IDisableableDriver
Defined in: packages/core/src/drivers/driverTypes.ts:21
A driver whose component can be disabled. Implemented uniformly so the obvious
assertion expect(await driver.isDisabled()).toBe(true) works across components,
rather than each consumer reaching into a component-specific attribute or class.
Methods​
isDisabled()​
isDisabled():
Promise<boolean>
Defined in: packages/core/src/drivers/driverTypes.ts:22
Returns​
Promise<boolean>