Hi,
For this scenario, I would create a navigation sequence in the ITPilot wrapper generation tool by doing the following steps:
1. Create a new wrapper and add a Sequence component that navigates to the primary URL.
1. Drag an Extractor component onto the workspace and link it after the Sequence component.
1. In the Extractor, select the 'Assign Examples' and get a new example field with the value of the 'href' tag.
1. Once the field and value of the field are obtained, use another sequence component to navigate to this link.
1. Finally, save the extractor component's configuration to test the wrapper.
As the target=_blank is present in the source of the HTML file, which will not be able to modify the source data using ITPilot.
For more information, you can have a look at the sections [Web Browsing Automation](https://community.denodo.com/docs/html/browse/6.0/itpilot/generation_environment/generation_environment_tools_-_part_i/web_browsing_automation/web_browsing_automation) and [Assigning the First Example](https://community.denodo.com/docs/html/browse/6.0/itpilot/generation_environment/generation_environment_tools_-_part_i/configuration_of_the_extractor_component/defining_the_structure_of_the_data_and_assigning_examples#assigning-the-first-example) of ITPilot.
Hope this helps!