Hello Community,
I am new to IRPA and learning it by doing out some fun stuff. now I am facing a weird issue.. let me explain what i am trying to do.
My idea is to open community activity page "https://activities.sap.com/" and do the login. I am able to open it, click on the login(icon) and it opens a popup using rpa bot. but after that the logon page is not recognizewd by bot.

I think the popup is an iframe, i found that when I tried to capture this page and then studio showed the tree for it one with the main page and under it logon page and from the mainpage, i can't access email and password(it shows that it's an iframe) so captured the inner frame, but for this the url is different, it will be accounts.sap.com but if you see the web broswer url, it will be still activities.sap.com.

So i placed a breakpoint inside the wait event of the logon page, but it never comes in.
Anyone else faced this weird issue? or is my understanding about it is incorrect?