{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class PressBackAction : KeyEventActionBase
| kotlin.Any | ||
| ↳ | androidx.test.espresso.action.KeyEventActionBase | |
| ↳ | androidx.test.espresso.action.PressBackAction | |
Performs an Android press back action
Public constructors |
|
|---|---|
PressBackAction(conditional: Boolean)Performs a press back action |
|
PressBackAction(conditional: Boolean, espressoKey: EspressoKey!) |
|
Public functions |
|
|---|---|
Unit |
perform(uiController: UiController!, view: View!)Performs this action on the given view. |
Inherited functions |
|
|---|---|
Inherited Constants |
|
|---|---|
PressBackAction(conditional: Boolean)
Performs a press back action
| Parameters | |
|---|---|
conditional: Boolean |
Indicated whether or not to throw an exception when Espresso navigates outside the application or process under test. |
fun perform(uiController: UiController!, view: View!): Unit
Performs this action on the given view.
| Parameters | |
|---|---|
uiController: UiController! |
the controller to use to interact with the UI. |
view: View! |
the view to act upon. never null. |