Package io.appium.java_client.flutter
Interface SupportsScrollingOfFlutterElements
- All Superinterfaces:
CanExecuteFlutterScripts,org.openqa.selenium.JavascriptExecutor
- All Known Subinterfaces:
FlutterIntegrationTestDriver
- All Known Implementing Classes:
FlutterAndroidDriver,FlutterIOSDriver
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.openqa.selenium.WebElementscrollTillVisible(ScrollParameter parameter) Scrolls to make an element visible on the screen.Methods inherited from interface io.appium.java_client.flutter.CanExecuteFlutterScripts
executeFlutterCommand, executeFlutterCommandMethods inherited from interface org.openqa.selenium.JavascriptExecutor
executeAsyncScript, executeScript, executeScript, getPinnedScripts, pin, unpin
-
Method Details
-
scrollTillVisible
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.
-