Skip to main content

dragAndDrop

API​

interface I {
dragAndDrop(source: string, target: string): Promise<void>
}

Example​

import { test } from '@pw-codeceptjs/test'

// TODO
test('Example', async ({}) => {

})