We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bbcc2 commit e80ab91Copy full SHA for e80ab91
src/driver.ts
@@ -430,7 +430,10 @@ export class AppiumFlutterDriver extends BaseDriver<FlutterDriverConstraints> {
430
`/session/:sessionId/appium/gestures/scroll_till_visible`,
431
'POST',
432
{
433
- finder: constructFindElementPayload(finder.using, finder.value),
+ finder: constructFindElementPayload(
434
+ finder.using || finder.strategy,
435
+ finder.value || finder.selector,
436
+ ),
437
scrollView,
438
delta,
439
maxScrolls,
0 commit comments