Capture firefox popup | GetYearlyReport

Hello,

I am facing challenge to capture the confirmation id after the report is uploaded.
I am using firefox but this problem is coming with IE as well.

Any suggestions will be highly welcome


1 Like

Hi @callsaurabh,
Acme website is created to work better with IE. For IE this selector is working for me:
image
Then of course you need to extract ID from the text.

1 Like

Hi @Pablito

Thanks for your response.

Somehow this is not working at my end for IE also.

There could be some way to extract in firefox browser . Any suggestion are highly welcome!!

One tip I forgot to tell you regarding IE. Please mark whole popup window not only the middle area with the text. I had same problem that it was not working because I was marking only the text :slight_smile:

Hi @Pablito

Thanks for the tip.
Somehow I managed now to capture the ID in firefox browser itself.

But now facing another issue while running the solution.During the activity where robot has to upload the file and opens the window to enter the path of the file for selection ,it is failing somehow.

Text -------> ./Data/temp/Yearly-Report-2018-FR329083.xlsx

Try to mark “ClickBeforeTyping” and “SimulateType” option for this.

@Pablito

No luck.

I remember I had similar issue. The window was like “invisible” for Studio somehow. In IE you are able to skip this by putting click activity to click this window and then without “simulate type” option it was working. But to be honest I don’t know if same will work for Firefox.

@Pablito

If possible Can you pls share that workflow??

Unfortunate I don’t have my workflows. I just remember some cases I had problem with.

Hi,

How we can extract confirmation id from the text.

TEXT

System
Restore
Move
Size
Minimize
Maximize
Close Alt+F4
File
Edit
View
History
Bookmarks
Tools
Help
ACME System 1 - Reports - Upload Yearly Report
Open a new tab (Ctrl+T)
Back
Forward
Reload
Home
View site information
Show site information
https://acme-test.uipath.com/reports/upload
Show history
Page actions
Save to Pocket
Bookmark this page (Ctrl+D)
Downloads
Library
Sidebars
Firefox Account
Firefox
Report was uploaded - confirmation id is df7f6ed09a0a0999fd68c1ca242de7c4
OK
Read acme-test.uipath.com

Please check out our forum as there was some topics about it:

Search results for 'confirmation id status:solved' - UiPath Community Forum

In this topic should be something helpful:

HI Pablito ,
a similar issue am encountering in another website (oracle website ) in firefox popup . but am able to see selectors for induvidual elements when the same thing is a “internet explorer” pop up. is there any solution for this ? (i have installed uipath extension of firefox its working in actual website as i said am having problem when we have pop up )

Hey, bud! Sorry for ressurecting this old post.
I’m facing the same Firefox issue. Do you remember how have you extracted the popup text?