Package io.appium.java_client.android
Interface CanReplaceElementValue
-
- All Superinterfaces:
ExecutesMethod
- All Known Implementing Classes:
AndroidDriver
public interface CanReplaceElementValue extends ExecutesMethod
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
replaceElementValue(org.openqa.selenium.remote.RemoteWebElement element, java.lang.String value)
Replaces element value with the given one.-
Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
-