コード例 #1
0
        public void DroppableAcceptTarget()
        {
            var droppablePage = new DroppablePage(this.driver);

            droppablePage.AcceptValidDragAndDrop();
            droppablePage.AssertAcceptTargetAttributeValue("ui-widget-header ui-droppable ui-state-highlight");
        }