-
-
Notifications
You must be signed in to change notification settings - Fork 77
Description
appium version : 2.19.0
espresso drvier versdion: 4.1.13
appium inspector version: 2025.3.1
session capabilities:
{"platformName": "Android",
"appium:udid": "xxx",
"appium:deviceName": "xxxx",
"appium:automationName": "espresso",
"appium:newCommandTimeout": "60000",
"appium:useKeystore": True,
"appium:keystorePath": "xxxx",
"appium:keystorePassword": "xxxx",
"appium:keyAlias": "xxxx",
"appium:keyPassword": "xxxx",
"appium:driver": "compose",
"appium:espressoBuildConfig": "{"toolsVersions":{"compileSdk":"34","targetSdk":"34","gradle":"8.7","androidGradlePlugin":"8.5.1","buildTools":"34.0.0","minSdk":"26","kotlin":"2.0.0","composeVersion":"1.7.4","espressoVersion":"3.5.1"}, "additionalAppDependencies":["androidx.appcompat:appcompat:1.7.0"],"additionalAndroidTestDependencies":["androidx.compose.foundation:foundation:1.7.2","androidx.fragment:fragment:1.5.4","androidx.compose.runtime:runtime:1.7.2","androidx.compose.ui:ui-android:1.7.2","androidx.lifecycle:lifecycle-common-java8:2.8.6","androidx.lifecycle:lifecycle-runtime-ktx:2.8.6", "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6", "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4","androidx.activity:activity-compose:1.9.0"]}",
"appium:showGradleLog": True,
"appium:appActivity": "xxxx",
"appium:appPackage": "xxxx",
"appium:forceEspressoRebuild": True,
}
when session started with appium inspector, only show androidx.compose.ui.platform.AndroidComposeView, there is not any compose elemets shown.
Is there anything i set wrong?