Package io.appium.java_client.flutter
Interface SupportsWaitingForFlutterElements
- All Superinterfaces:
CanExecuteFlutterScripts,org.openqa.selenium.JavascriptExecutor
- All Known Subinterfaces:
FlutterIntegrationTestDriver
- All Known Implementing Classes:
FlutterAndroidDriver,FlutterIOSDriver
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidwaitForInVisible(WaitParameter parameter) Waits for an element to become absent on the screen.default voidwaitForVisible(WaitParameter parameter) Waits for an element to become 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
-
waitForVisible
Waits for an element to become visible on the screen.- Parameters:
parameter- The parameters for waiting, specifying timeout and element details.
-
waitForInVisible
Waits for an element to become absent on the screen.- Parameters:
parameter- The parameters for waiting, specifying timeout and element details.
-