package io.appium.espressoserver.lib.model data class TouchActionsParams( val actions: List ) : AppiumParams()