Package io.appium.java_client.flutter
Interface FlutterIntegrationTestDriver
-
- All Superinterfaces:
CanExecuteFlutterScripts,org.openqa.selenium.JavascriptExecutor,org.openqa.selenium.SearchContext,SupportsFlutterCameraMocking,SupportsGestureOnFlutterElements,SupportsScrollingOfFlutterElements,SupportsWaitingForFlutterElements,org.openqa.selenium.WebDriver
- All Known Implementing Classes:
FlutterAndroidDriver,FlutterIOSDriver
public interface FlutterIntegrationTestDriver extends org.openqa.selenium.WebDriver, SupportsGestureOnFlutterElements, SupportsScrollingOfFlutterElements, SupportsWaitingForFlutterElements, SupportsFlutterCameraMocking
TheFlutterDriverinterface represents a driver that controls interactions with Flutter applications, extending WebDriver and providing additional capabilities for interacting with Flutter-specific elements and behaviors.This interface serves as a common entity for drivers that support Flutter applications on different platforms, such as Android and iOS.
- See Also:
WebDriver,SupportsGestureOnFlutterElements,SupportsScrollingOfFlutterElements,SupportsWaitingForFlutterElements
-
-
Method Summary
-
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
-
Methods inherited from interface io.appium.java_client.flutter.SupportsFlutterCameraMocking
activateInjectedImage, injectMockImage, injectMockImage
-
Methods inherited from interface io.appium.java_client.flutter.SupportsGestureOnFlutterElements
performDoubleClick, performDragAndDrop, performLongPress
-
Methods inherited from interface io.appium.java_client.flutter.SupportsScrollingOfFlutterElements
scrollTillVisible
-
Methods inherited from interface io.appium.java_client.flutter.SupportsWaitingForFlutterElements
waitForInVisible, waitForVisible
-
-