An automation process requires interaction with several reports. The reports have the same structure and the title format is always "Report X - PDF", where X is a number from 1 to 100. To ensure that the selector accurately identifies the correct PDF to be utilized in the automation, what is the recommended approach given the scenario where multiple PDF files may be open on the desktop but only one report will be open at a time?
- Replace "X" in the title attribute value with "*" wildcard character
- Replace the title attribute value with "*" wildcard character
- Replace "X" in the title attribute value with "?" wildcard character
- Replace the idx attribute value with "*" wildcard character
Reveal Solution Next Question