2017-04-04 60 views
1

我最近開始使用TestCafe,我試圖利用t.dragToElement(selector, destinationSelector)方法。TestCafe DragNDrop在DropZone出現後不起作用DragStart後

問題是,直到我開始拖動,dropzone纔出現。它使用display: none隱藏,並出現在DragStart上。因此TestCafe失敗

The element that matches the specified "destinationSelector" is not visible.

問:任何想法,如何讓TestCafe點擊&保持&拖一點點&然後拖動到目標&然後釋放?

回答

1

不幸的是,現在它非常複雜(如果可能的話)。但是看起來dragToElement絕對應該以允許用例的方式實現,所以我在我們的GitHub上創建了一個問題:#1374,它可以直接使用。隨時在GitHub上發表評論,添加一些細節等。

+0

很酷,感謝這樣的快速反應。將檢查GitHub並希望它很快會實施。 –

相關問題