File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { desiredCapConstraints } from './desiredCaps' ;
2- import { JWProxy , BaseDriver } from 'appium/driver' ;
2+ import { JWProxy , BaseDriver } from '@ appium/base- driver' ;
33import type {
44 DefaultCreateSessionResult ,
55 DriverData ,
@@ -332,14 +332,13 @@ export class AppiumFlutterDriver extends BaseDriver<FlutterDriverConstraints> {
332332 ) ;
333333 }
334334
335- async dragAndDrop ( source : any , target : any , elementOptions : any ) {
335+ async dragAndDrop ( source : any , target : any ) {
336336 return this . proxy ?. command (
337337 `/session/:sessionId/appium/gestures/drag_drop` ,
338338 'POST' ,
339339 {
340340 source,
341341 target,
342- elementOptions,
343342 } ,
344343 ) ;
345344 }
@@ -449,4 +448,4 @@ export class AppiumFlutterDriver extends BaseDriver<FlutterDriverConstraints> {
449448 'GET'
450449 ) ;
451450 }
452- }
451+ }
You can’t perform that action at this time.
0 commit comments