Hi all I'm having a problem in this scenario. Please do give suggestion on what to to do.
Tried using this xpath (not working):
.//*[@id='76']/div/div[3]/span[1]/span
Please do help me.
Note: The 'Show Details' link are clickable they have different ID's, the one in yellow tag is the one that cannot click.
I appreciate for all of those who will share their ideas about this Thanks!
As you are saying the id for 'Show Details' is keep on changing, then you have to put the current id in place of 76.
This xpath will hopefully work for you.