Element ID :
<div class="text_title_9a9f19a9 text_title-191 textListLayoutTitle_9a9f19a9">
I am want to get this element using below code
$("div:regex(class, .text_title_\*.text_title-\*.textListLayoutTitle_\*)");
but it's not working
In element id "9a9f19a9" and "191" and "9a9f19a9" are dynamically change the value so that's why I am using *
instead of that