skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

Home Page:https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PopupWindow not seen By Appium

Wonderjack996 opened this issue · comments

Hi.
We have noticed that PopupWindow are not identified by Appium and, in Android Layout Inspector, PopupWindow created with your library are in a different views tree from the page behind. Any idea on how to resolve the problem?
Thanks

Facing same issue, the balloon popup is not a visible in layout inspector, neither visually, nor in component tree.

Hey @Wonderjack996. @Susheelkaram, I don't have experience using Appium yet. Then, how do you guys test any additional windows, such as the bottom sheet?

Hi. The problem is not related to Balloon library itself, but to the component PopUpWindow, on with Balloon is based i think. PopUpWindow, as i say, are in a different view tree. To test it using Appium it's necessary to set in Appium a particular option, as descripted here https://discuss.appium.io/t/how-to-access-popup-windows-in-appium-when-running-test/25283

Thanks for your explanation, @Wonderjack996! Then I will close this issue then.