Can't access new page that opens when element is clicked

Hi, in my test I click on an element which opens a new page in the same browser. I can see this page. So browser has 2 pages, but “Get Page Ids” and “Get Browser Catalog” keywords return only one (first) page. Also
Switch Page NEW
fails with error: Tried to activate a new page but no new pages were detected in context.
How can I access the new page?

Do you have that somehow reproducible?

Is that page publicly available?

Because normally that should work.
Can you maybe figure out, how this page opens the “pop-up”?

Thanks Rene and sorry for the late reply.
My mistake was to use “New Persistent Context” keyword. After changing it to the keywords “New Browser”, “New Context” and “New Page” everything started to work.

1 Like