Logout page - notification

I would like to set a notification , when the page is logged out. Then a window appears with Login and password. How to do it?

@driver10 You can monitor the title of the page, as logged-out pages typically have a different title. Additionally, monitoring the full page will also work.

If you’re monitoring specific parts of the page, you can select the desired elements and add an additional CSS selector: title

You can test it out and let us know if it does not work.