Use Case #
Importing URLs manually is a useful tool for automation in RTILA, particularly those that involve working with multiple pages or websites. By manually importing URLs, the automation script can navigate to a specific web page and perform the required actions without the need for manual intervention or going to each URL in the automation process. Importing URLs manually from the settings section of the projects makes it easier for you to go through each URL in the automation and perform the commands in the automation for each URL stored in the URL tab, one URL per line.
How to Enter URLs Manually in RTILA #
To enter a list of URLs manually in RTILA, you can click on the settings icon of your project and then navigate to the :
GENERAL > URLS >ENTER MANUALLY
Visiting URLs and Preforming Actions #
Once you entered the URLs manually from the settings of your project, you can inspect the project and create the automation, the automation commands will be performed on each URL page entered earlier. This could be helpful with automation where you need to access multiple URLs and perform the commands or extract some data.
Importing URLs manually In Action #
Here is an example that demonstrates how the “Import URLs manual entry” works. In this example, we have entered some URLs from the RTILA documentation page, and we will be going to each URL and reading the “Title” and “Definition” of each doc.