WilfredNg
(Ng, Wilfred (uig00609))
May 24, 2023, 7:11am
1
I know that there are a few threads related to this but I couldn’t find a clear cut answer to this.
I’m trying to automate the newly opened tab within my “Use Application/Browser” Activity, I’ve already nested another “Use Application/Browser” Activity within it but I’m not idea how to configure it as the new tab generated has a unique URL with the same page title. Please advice
adiijaiin
(Aditya Jain)
May 24, 2023, 7:13am
2
hi @WilfredNg
you can use the url attribute in the selector with wildcards or variables if you know where these unique identifiers are gonna show in URL.
WilfredNg
(Ng, Wilfred (uig00609))
May 24, 2023, 7:31am
3
Is there any documentation I can read up on this? Is it within the UI Explorer? I’ve no idea what do you mean by wildcards or variables.
But here’s an example.
New tab - /ListView/
adiijaiin
(Aditya Jain)
May 24, 2023, 7:44am
4
WilfredNg
(Ng, Wilfred (uig00609))
May 24, 2023, 8:20am
5
Just to confirm, in this case do I’ll use it like this?
In the case where if what comes after the SListView/ is a unique number?
“https://url/esign/SLists/SListView/ *”
adiijaiin
(Aditya Jain)
May 24, 2023, 8:35am
6
correct, that way if anything comes after SlistView the selector would be able to handle them.
WilfredNg
(Ng, Wilfred (uig00609))
May 29, 2023, 6:15am
7
Using this for the URL selector doesn’t seem to work -
“https://url/esign/SLists/SListView/*”
It will return back to the original tab when it’s trying to run the next activity