Class
caplin.dom.testing.viewhandler

TypedValue

The class is still in Beta and is subject to API changes.
TypedValue ViewFixtureHandler can be used to simulate typing a value into an input view element. Example usage:

when("tile.view.([identifier=\'FxTileSpot\'] .fxtile_amount .fx_tile_amount_input input).typedValue => 'abc'");

Constructor Summary

Attributes Name and Description
caplin.dom.testing.viewhandler.TypedValue()

Methods implemented from class caplin.dom.testing.viewhandler.ViewFixtureHandler:
get, set

Constructor Detail

caplin.dom.testing.viewhandler.TypedValue()