Class HTML5DndSeleniumSupport


  • public class HTML5DndSeleniumSupport
    extends Object
    This class is developed to provide an temporary HTML5 DnD API for Selenium. Unfortunately, Selenium lack of support for HTML5 DnD. https://code.google.com/p/selenium/issues/detail?id=3604 Usage: $('#origin').simulateDragDrop({ dropTarget: '#target'});
    • Constructor Detail

      • HTML5DndSeleniumSupport

        public HTML5DndSeleniumSupport()