Class ButtonReleaseAction

    • Constructor Detail

      • ButtonReleaseAction

        public ButtonReleaseAction​(Mouse mouse,
                                   Locatable locationProvider)
        Deprecated.
    • Method Detail

      • perform

        public void perform()
        Deprecated.
        Releases the mouse button currently left held. This action can be called for an element different than the one ClickAndHoldAction was called for. However, if this action is performed out of sequence (without holding down the mouse button, for example) the results will be different between browsers.
        Specified by:
        perform in interface Action