You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My company is using Appium for automated testing. They use the "contentDescription" field for each element on the screen to locate that element during the test scripts. Our Test Developers want to be able to give the actual "badge" a contentDescription, but looking through your code I don't see a way to get the badge object from the Tab so I can set the contentDescription. Is there any way a getBadge() : BottomBarBadge can be added to the BottomBarTab class? Or do you have a better more preferred way of me doing something like this?
Many thanks and I really love your library.
Amanda
The text was updated successfully, but these errors were encountered:
Hello,
My company is using Appium for automated testing. They use the "contentDescription" field for each element on the screen to locate that element during the test scripts. Our Test Developers want to be able to give the actual "badge" a contentDescription, but looking through your code I don't see a way to get the badge object from the Tab so I can set the contentDescription. Is there any way a
getBadge() : BottomBarBadge
can be added to theBottomBarTab
class? Or do you have a better more preferred way of me doing something like this?Many thanks and I really love your library.
Amanda
The text was updated successfully, but these errors were encountered: