https://solutionfall.com/question/how-can-the-presence-of-a-number-be-asserted-in-the-accessibilityvalue-using-swift-in-the-earlgrey-framework-156864/
How can the presence of a number be asserted in the accessibilityValue using Swift in the EarlGrey...
EarlGrey.selectElement(with: grey_accessibilityValueContaining("3 items")).assert(grey_sufficientlyVisible()) In the grey_accessibilityValue, '3' is present,...