Dan Graham
Dan Graham
I don't have enough info to help you with this. I need Appium logs and I need an explanation of what the bug is. Ie: what are you trying to...
I need logs to help with this.
Appium v1.15.0 shouldn't have been published. Unpublished it now until it's resolved.
@DaInament can you try with 1.15.0-1?
Is this on a real device? It could be that you need to physically flip the device around to get the orientation correct Can you check if this happens when...
Can one of you two provide the Appium logs for this?
Sorry for the delay on this. Can you try setting `automationName=UiAutoator2` and see if this still happens?
If you enlarge the window it stretches out... is that still too small?
Are the accessibility ID's unique? One of the changes we made was to check in the source XML to verify that the selector was unique and if it wasn't, don't...
The reason we don't show it if it's not unique is because when you do a `findElement` on a non-unique accessibility id it may find the wrong element. What we...