I have a table similar to below in a WPF application. We are using Silk Test 17.5 using VB.NET.
Table is dynamically loaded based on latest data. I need to click on 'Default' ( Link) for specific row.
e.g. I need to click on 'Default' link for Trump1 , Trump2 row.
How should I do it? All locators of default links are same and I cannot differentiate between them. Is there any I can append First Name locator to Default to figure out which locator to click?
Tokci