Hi there!
I ask you for help, because I can’t figure out how to detect all open firefox tabs. I searched in many topics but I don’t get a solution how to get the names or titles of the open tabs or even the number.
In our company we have ‘starting page’ in firefox (and must be firefox, no other browser) from which we open other tabs to work in. I want my robot to close all tabs after his work but not the starting page.
Does anybody know how to set the filter in find children activity for firefox? Or has another way to get details of the firefox tabs?
If I don’t get details, I need a way to get the number of tabs, so I can navigate with Control+1, Control+2 etc. and close the tabs. I tried this way, but I can’t detect, if the starting page is on 1 tab or on 2 tabs (yes, that’s possible).
Hi
Welcome to UiPath community
Even I though of telling FIND CHILDREN
But may I know what data you would like to filter and get from find children
By chance do we know what like how many tab la does the process we are going to automate actually opens
So if we know that (well we should have) then we can easily navigate as you say with keys in SEND HOT KEY ACTIVITY either like
In Google Chrome - CTRL + SHIFT + TAB will send you to the next tab.
In IE - CTRL + TAB will send you to the next tab.
I just want to get the title or the url of the tabs. So I can close all tabs, which are not the starting page (called ‘Anwendungsstarter’). I want to create a ‘cleaning tool’ to check if there a any browser tabs or other apps opened on the machine to close them. It is espacially for errors, normally I close all tabs / apps at the end of my processes.
Hi all,
I solved my problem without ‘find children’, I use ‘get text’ instead on the tabs: you can select all in one selector and then I use ‘regex’ to sepearate all tab-titles from the string.
So I know how many and which tabs are open and I can close that ones I don’t want any more.