I want to do a check, to see IF the top name is the same as the bottom name. Sometimes it can be only a first name, or a last name, or both.
I want the bot to check if the “ärende kontakt” has one or both name as “försäkringstagare” what would be the best way to do that?
It resulted to false because one of the names have “…”. Is there a way you could extract the complete name instead of having the “…”? Maybe it’s in the selectors or the attributes?
Also, I added 2 If statements. 1 that checks if the top name has “,”:
So i “removed” the “…” but here it went false, is there any way i can do something to make the bot understand that this is okay? because the first and last name are correct?