getView

fun getView(@IdRes viewId: Int, timeout: Int = 7.second, function: (View) -> Unit)
fun getView(@IdRes viewId: Int, where: (View) -> Boolean, timeout: Int = 7.second, function: (View) -> Unit)
fun getView(@IdRes viewId: Int, index: Int, timeout: Int = 7.second, function: (View) -> Unit)