Code: Select all
.//div[#ID']/table/tbody/tr[2]/td[2]/iframe//a[#'IDctl00_ctl38_Btn']
How? Like this? But it doesn't work:
.//div[#ID']/table/tbody/tr[2]/td[2]/iframe//a[@text~'IDctl00_ctl[0-9]_Btn']
But it's not finding the item.
Code: Select all
.//div[#ID']/table/tbody/tr[2]/td[2]/iframe//a[#'IDctl00_ctl38_Btn']