Hi folks,
As the subject describes, I’m looking for a way to wait for an element, containing certain string. I know there is a keyword Wait Until Element Contains. But this works only if the string is located in Text attribute and it does not work if the sting is somewhere else, e.g. in Value attribute. So I’m curious, if there is another way to wait for an element, containing string, regardless of where it’s written. Ideally, it should be a method, which searches for the strings also in all child elements of given locator. Thanks.