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點擊&保持&拖一點點&然後拖動到目標&然後釋放?
很酷,感謝這樣的快速反應。將檢查GitHub並希望它很快會實施。 –