Unable to click same button multiple times, button placed 20 times in a webpage

Hi there, I am trying to mine data from this website and it is giving me a hard time. I need to mine the phone by clicking on a button. The webpage consists of 20 results with each company having its own button to access their phone number.

I want to click on the orange Telefone button and mine the number from the box. I know it can be done with children but I am unable to do it. Please help.

Link: Construtoras de Casas: peça seu orçamento - habitissimo

try using find children and clicking on an item it will work

Hello @Rajdip_Dutta1
increasing idx is working fine for me…

<html title='As 20 melhores empresas de construção de casas - habitissimo' />
<webctrl tag='A' innertext=' Ver telefone' idx='1' />

<html title='As 20 melhores empresas de construção de casas - habitissimo' />
<webctrl tag='A' innertext=' Ver telefone' idx='2' />
1 Like

Thanks, man, that works fine :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.