Need to click on Bill no skipping the gaps

Hello Team,
I’m facing an issue in clicking the bill no. I need to skip the gap and click on the other number. The bot is clicking on the empty space and throughs and error.
Please go though the link below and help me in sorting the issue.
https://nregastrep.nic.in/netnrega/vendorwise_Exp_report1.aspx?lflag=eng&state_name=ANDHRA+PRADESH&state_code=02&district_name=ALLURI+SITHARAMA+RAJU&district_code=0214&block_name=Addateegala&block_code=0204003&panchayat_name=ADDATEEGALA&panchayat_code=0204003012&fin_year=2022-2023&source=&Digest=86kYaxsb5kURngg0KdnFgQ

@Ram_Shiva_Reddy
Please provide more information. I see multiple identical Bill No but in different Vendors. How are you selecting a Bill No, IE dynamic variable or strict selector?

I used Bill No column heading as anchor and this:

image

Worked fine for a single Bill No

Regards

@Ram_Shiva_Reddy

I guess you are using td to click… instead use <A> inside the td…still the logic of looping remains same…

<webctrl tag='A' />

Use a try catch to catch error when row with no click si identified or use element exists before the click

cheers

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