Selectors for a Firefox dialog box

Dear All,
I’m trying to either get text from a Firefox dialog box or simply click on a button in that dialog box. But UiPath does not see the dialog box and always defaults to the main browser page behind the dialog box completely missing it.
It is unnerving since Firefox and Chrome have replaced IE as the de facto corporate browser in many places.
I’ve tried Screen Scraping, Get Text, OCR, etc.
Has anybody solved this UiPath Shortcoming?
Thanks

I think it is problem with selector, Try using Launch UiExplorer to get exact selector.

Hope this helps

Thanks @bala_subramanyam, UIExplorer is also blind to the dialog box, all elements in the Visual Tree show only elements in the default Firefox browser page. I’ve tried hard-coding the selector including cls=“Dialog”, but then I run int other syntax errors.
Regars

Can you share an example or text workflow

Any update ?

I’m facing the same issue with the dialogue box to open a PDF after clicking on a link in a page.

UiExplorer is return the selector :

<wnd app='firefox.exe' cls='MozillaDialogClass' title='mydoc.pdf' />

In Firefox the dialog box is opening but I got an error “cannot find the ui element corresponding to this selector”.

I tried with Attach window and window appears activities…