Hey!
I have a Problem with a list that is only accessible by computer vision.
I have a Object Repository Item defined that uses a variable for the name of the list element. In this case the value of the variable is “Rundfunkbeitrag”. For what ever reason my automatization alsways clicks on the second item that is named “Rundfunkbeitrag (Halter Kunde)” so the strings are not equal. I have appended the calling piece of code below.
AplScreen.Check(Descriptors.Apl.XAppl.Offer.Services.ServiceItem, new CheckOptions
{
Variables = new Dictionary<string, string>() { { "servicename", "Rundfunkbeitrag" } },
});
Thank you for your fast response!
The solution with the two anchors works. Since iam curious, are there other solutions like getting all matches and than picking the one with the highest matching?