Hi all,
In our application, we have a report name "Workload Summary by Task Category". In the Window Description after we record my script, the xpath locator shows up as below
DomLink WorkloadSummaryBy
locator "a[@textContents='Workload Summary by *']"
It seems that the name of the report is shorten and append with the wild card character * automatically. The report name is unique in our application. We have many reports, and it seems all the names are shorten and append with wild card charter. Is there a way to not have the wild card character append and record the full name instead.
We like to create a function to click on the appropriate report base on the report name as the input parameter. Since the report name is shorten automatically in the locator, and we cannot pass in with the exact name. Is there a way to solve this?
Thank you,