Scraping from pop-ups (not a new link but a new box appearing on the right of the screen)

Hello,

I hope you are doing well. I am trying to make a simple scraping of this site URL:

It's a calendar of an event, and I want to have the list of all talks during that event, with their description (title, speakers, location, subject of the talk).

The thing is that the details of a talk can only be accessed by clicking on the box of the talk in the calendar, and it appears in a pop-up (not a new link but a new box appearing on the right of the screen). See screenshot here: (

)

I know I should use the "Element click" selector but still don't manage to do it. Would love if someone can help! :slight_smile:

Thank you in advance!

Maxime