How to let the bot follow the NEW and DIFFERENT web tab (dynamic web tab)?

Here is the first search of the org => Result appears in this window:

a webpage.

After the click of 990, it opens another tab:

HI,

Thank you for sharing Can you try to indicate target element in the new tab as the following?

Regards,

If I indicate target on screen, it points to the first webpage, or, it only allows me to highlight the New window (note: it cannot get text)
image

I read something online How to get program to follow new dynamic URL?. I try to follow this to define a “new tab” it didn’t work. I think I missed something about define the “new tab”

Hi,

Do you need to get URL of the page? If so, can you try to use GetAttribute activity as the following?
We can indicate any stable element in the page.

Regards,

It only gives me the option to “Get Attribute” of the 1st web tab, that is, not the 2nd one.

(P.S. I can only reply after 12 hours a/t UiPath forum.)

I cannot get the option of the 2nd tab. I can only “Get Attribute” of the 1st web tab (or the excel file where the org names are listed). What else can we do?

Hi,

Can you share your current xaml file, if possible?

Regards,

This link I provided is that what you meant?

Hi,

Sorry, but it’s already expired. Can you share it again (in this forum)?

Regards,

Can you see it this time?

Hi,

No, it’s expired.

see this one:
https://pp-990-xml.s3.us-east-1.amazonaws.com/202103019349301745_public.xml?response-content-disposition=inline&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA266MJEJYTM5WAG5Y%2F20230502%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230502T035601Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=27b7cb68032694d5db8ac0473d41161cd8f520be54234040c7c4e0848205a951

or the first row of the new web page is:

HI,

It seems xml file. How do you want to handle this?

Regards,

I don’t know. That’s where I need help.

The new web page address changes every time. But I need to capture data on this New web Page. How to direct the bot to 1) get to the new & different page each time, and 2) for it to collect data from 1).

HI,

In this case, it may be better to get XML file using HTTP request activity in WebAPI pack because it’s not contents for web browser.
Can you check the following sample? Please replace URL with valid one.

NewBlankTask20230502-1.zip (50.4 KB)

Regards,

I cannot open the UiPath project you sent. It shows:

I installed the WebAPI pack. I can see the option of “Programming > XML” in the Activities pane. Based on the screenshot you shared, you suggested the following:

  1. Set variable value
  2. HTTP import
  3. Message box

How could I do step 1)?