Class ClickAndHoldAction

    • Constructor Detail

      • ClickAndHoldAction

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

      • perform

        public void perform()
        Deprecated.
        Holds down the mouse button on a selected element. If this action is called out of sequence (i.e. twice in a row, without releasing the button after the first action) the results will be different between browsers.
        Specified by:
        perform in interface Action