Same button name on webpage how to extract | Selenium Forum
M
madhusudan Posted on 15/02/2019

Hi I have simillar name buttons on webpage. say 

RECORD 1 RECALUCATE , INACTIVE, DELETE

RECORD 2 RECALCUCATE, INACTIVE  DELETE b

 

How to extract all the buttons and Need to click  button,RECALUCATE 

 

 

 

 

 


A
Ashish Thakur Replied on 15/02/2019

You need to analyze the code structure and you may need to generate a custom XPath for this.


M
madhusudan Replied on 18/02/2019

I have extract the row wise

//div[@id='RECALCULATE']/tr[3]/td[3]


A
Ashish Thakur Replied on 20/02/2019

is it working fine?


M
madhusudan Replied on 20/02/2019

yes it's working