Hello Team!
Hope you are doing well.
Is it possible to locate an Xpath using ID_Value that is stored in CSV file? I want to edit an information and I would like to use any value (ID number for example as distinct value) that’s stored in ID_Value parameter in an csv data driven to locate that @href when i run the Katalon Recorder.
The xpath is //*[@id=“pageContent”]/table/tbody/tr[7]/td[9]/a[1] — is it possible to use the ID_Value in this to locate that xpath? Thank you!