Here is the first search of the org => Result appears in this window:
a webpage.
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)
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?
Can you see it this time?
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,