Bumblebee.Implementation.Block.GetDragAndDropPerformer C# (CSharp) Метод

GetDragAndDropPerformer() публичный Метод

public GetDragAndDropPerformer ( ) : IPerformsDragAndDrop
Результат IPerformsDragAndDrop
		public virtual IPerformsDragAndDrop GetDragAndDropPerformer()
		{
			return new WebDragAndDropPerformer(Session.Driver);
		}