I have an list of organization name in an Excel. Each row has an org name.
My task:
search each org at a website using Chrome => click the “Go” button => The same page shows info about the org.
On this page, click a button => Opens a NEW tab in Chrome (different each time when the org changes, i.e., dynamic) => “Get text” of a name from this tab.
Move to the next row of the Excel and repeat 1-2.
My problem:
At Step 2 - I used “Use Application/Browser” to get the data. But only the 1st org’s information is Repeated.
That is, I don’t know how to point the bot to the NEW and DIFFERENT tab for the 2nd, 3rd,… org.
For now can you check if windows selector contains something information for only 1st org in property panel?
If there is, perhaps you should modify it with wildcard, dynamic selector or other attribute.
Hello @CarlaS
You can try another method from classis activity open browser and take insert the url varible. after getting text close the tab or browser.
Hope this will solve issue. You can enable it from
Below is the screen shot of what I wanted to do. I have no problem click “990” and open the window (a Different webtab for each organization). I want to get data from this NEW and Different webtab. I thought the problem is define the highlighted Use Application/Browser.
But you are saving that the solution is in the “Click ‘990’” step? I tried to change the window selector to wildcard - but it goes crazy to some random websites.
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”
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?