Handing dynamic selectors

Hello. I’m trying to handle the selector where the title is a date. It changes with date. How to handle this? Please advise.

‘saplogon.exe’ cls=‘SAP_FRONTEND_SESSION’ title=‘SAP Directories ( 08.06.2020 1* CRR dbrcrrci01 )’ />

I need to handle the “title” where I must replace the date (08.062020) dynamically.

Thank you

@Pavan_Patke, create a variable and assign DateTime.Now.ToString(“dd.MM.yyyy") and parse that variable into the selector, that will always be current date, let me know if you need further assistance.

@Pavan_Patke
Welcome to the forum

Using a variable as described above is very common. Setting up the dynamic part within the selector is described here: