Selenium Popup Windows Current Url Help

Hello; Philipp @qqilihq
I’m having trouble with the selenium workflow to get the url address information of the window. Please help to fix the error.

The website url address from which I am trying to get data
https://www.ejn.gov.ba/Announcement/Search

Hey Umut,

(1) What the screenshot shows is not a “popup” in the “classical” sense - thus there’s no “window handle”. This would only be the case if a further browser window would open.

(2) Thus the Java Snippet code will not help. Instead please use the Find Elements and / or potentially, (if the page uses <frame> or <iframe>) Frame nodes to interact with the shown overlay.

Fingers crossed!

-Philipp

2 Likes

Thanks for the answer. This helped me
:+1:

1 Like

I am sharing it as a complete example of how the problem has been solved so that others can see it.

Philipp guided me to find the right solution.


1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.