Hogyan tudom ellenőrizni egy képernyő tartalmát, pl. azt, hogy az van-e kiírva, hogy mentés sikerült?

E szerint szeretném elágaztatni a programot.
How can I control, that there is the correct content on the monitor? For example, that “Dates are saved well”. I would like to make different things with IF , in two cases, if the dates were saved or not.

hi @Katalin_Rostal

Check the date values exist based on contains
like StrOutput.ToString.Contains(“DateValue”)
then condition as true or else condition as not

Thanks
ashwin S