AccessibilityViewCommand.MoveHtmlArguments

Added in 1.1.0

public final class AccessibilityViewCommand.MoveHtmlArguments extends AccessibilityViewCommand.CommandArguments


Arguments for ACTION_NEXT_HTML_ELEMENT and #ACTION_PREVIOUS_HTML_ELEMENT

Summary

Public constructors

Public methods

@Nullable String

Public constructors

MoveHtmlArguments

Added in 1.1.0
public MoveHtmlArguments()

Public methods

getHTMLElement

Added in 1.1.0
public @Nullable String getHTMLElement()
Returns
@Nullable String

HTML element type, for example BUTTON, INPUT, TABLE, etc.