Interface SupportsScrollingOfFlutterElements

All Superinterfaces:
CanExecuteFlutterScripts, org.openqa.selenium.JavascriptExecutor
All Known Subinterfaces:
FlutterIntegrationTestDriver
All Known Implementing Classes:
FlutterAndroidDriver, FlutterIOSDriver

public interface SupportsScrollingOfFlutterElements extends CanExecuteFlutterScripts
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.openqa.selenium.WebElement
    Scrolls to make an element visible on the screen.

    Methods inherited from interface io.appium.java_client.flutter.CanExecuteFlutterScripts

    executeFlutterCommand, executeFlutterCommand

    Methods inherited from interface org.openqa.selenium.JavascriptExecutor

    executeAsyncScript, executeScript, executeScript, getPinnedScripts, pin, unpin
  • Method Details

    • scrollTillVisible

      default org.openqa.selenium.WebElement scrollTillVisible(ScrollParameter parameter)
      Scrolls to make an element visible on the screen.
      Parameters:
      parameter - The parameters for scrolling, specifying element details.
      Returns:
      The WebElement that was scrolled to.