public void DroppableAcceptTarget() { var droppablePage = new DroppablePage(this.driver); droppablePage.AcceptValidDragAndDrop(); droppablePage.AssertAcceptTargetAttributeValue("ui-widget-header ui-droppable ui-state-highlight"); }