Bug P3
Status Update
Comments
pr...@google.com <pr...@google.com>
vi...@google.com <vi...@google.com>
ad...@google.com <ad...@google.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
an...@smartsheet.com <an...@smartsheet.com> #3
Any update on this?
ae...@google.com <ae...@google.com> #4
This bug has not been updated since 2022. If this is still occurring please reopen this bug.
Description
Use case: Accessing the disabled menu item
Android 10 :
self.wait_for(item.accessibility_id()).get_attribute('enabled') returns true
Android 9 and Android 11:
self.wait_for(item.accessibility_id()).get_attribute('enabled') returns false
Expected behavior:
should return false when item is disabled.