Skip to content

Appium Inspector does not detect custom Balloon content in Compose #709

Closed Answered by AnEstevez
AnEstevez asked this question in Q&A
Discussion options

You must be logged in to vote

In case it helps someone, adding these 2 last lines in Appium solves the problem:

{
  "appium:automationName": "UIAutomator2",
  "platformName": "Android",
  "appium:udid": "emulator-5554",
  "appium:appPackage": "xxx",
  "appium:appActivity": "xxx",
  "appium:noReset": true,
  "appium:app": "xxx.apk",
  "appium:disableIdLocatorAutocompletion": true ,
  "appium:settings[allowInvisibleElements]": true,
  "appium:settings[enableMultiWindows]": true
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AnEstevez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant