I would like to click "chart' button in a row in a dynamically generated table using Capture but not sure how to do it. The goal is to run a patient search in an EHR system and select the correct patient chart in accordance to the first name, last name, and DOB. I will be using an .xlxs file to loop through patient lab results to add into their chart records.
See image attached for example. In an instance where the Bot encounters a duplicate patient, I would like for it to break/skip the duplicated patient and move on to the next record.
XPath for Patient : Bev Test, 01/01/1981
//*/@id="patientSearchResultsApp"]/div/divi3]/divi1]/table/tbody/trt3]/tdt8]/div/spana2]/a
The position of row to click differs based on search result.