Class
caplin.dom.testing.viewhandler

MouseDown

MouseDown ViewFixtureHandler can be used to trigger mousedown event for a view element. Example usage:

when("test.page.(#aRealButton).mouseDown => true");

Constructor Summary

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

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

Constructor Detail

caplin.dom.testing.viewhandler.MouseDown()