Hi to all,
I have a problem, in selecting the correct name, in case of homonymy.
Those listed are specific telephone offers.
On the left, the name of the offer, on the right the prices.
Given that, originally, the combination Name - Pricing is not passed to me, I would like to be able to discard the processing, when the name is double.
So I don’t know, within a WEB page, how to count how many times a specific name is repeated, and if it is> 1, then assign a discard variable.
Can anyone help me with this?
Hi Rahul,
What I mean is that, if I find two lines with the same offer name, I would like to be able to label them in the report as “order to be handled manually” and continue with the next. (but that’s not the problem)
Let me explain better:
Currently the bot scrapes the table to read all offer names.
To continue, the bot must click on the relative “green” icon, on the right, on the table.
To do this, I created a table with a ROW ID (col 1) and Offer Name (col 2).
I assign a variable to the ID column and use this number to intercept the corresponding icon.
The problem arises if I have two identical offers, and without having the different amounts, I would therefore like to exit the for loop, labeling it as said before.
I do not know if I was clear.
I could actually filter the table.
But, how to tell if there are two identical lines?