C# Class Bumblebee.Implementation.WebDragAndDropPerformer

Inheritance: IPerformsDragAndDrop
Show file Open project: bumblebee/bumblebee

Public Methods

Method Description
DragAndDrop ( IWebElement drag, IWebElement drop ) : void
DragAndDrop ( IWebElement drag, int xDrop, int yDrop ) : void
WebDragAndDropPerformer ( IWebDriver driver ) : Bumblebee.Interfaces

Method Details

DragAndDrop() public method

public DragAndDrop ( IWebElement drag, IWebElement drop ) : void
drag IWebElement
drop IWebElement
return void

DragAndDrop() public method

public DragAndDrop ( IWebElement drag, int xDrop, int yDrop ) : void
drag IWebElement
xDrop int
yDrop int
return void

WebDragAndDropPerformer() public method

public WebDragAndDropPerformer ( IWebDriver driver ) : Bumblebee.Interfaces
driver IWebDriver
return Bumblebee.Interfaces