Class
caplin.dom.testing.viewhandler

MouseUp

MouseUp ViewFixtureHandler can be used to trigger mouseup event for a view element. Example usage:

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

Constructor Summary

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

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

Constructor Detail

caplin.dom.testing.viewhandler.MouseUp()