Hi,
I have a scenario where I want to fetch some part of text from ui.
let’s say, the text is: Hello: 100989 (Quick Reg). This int value changes everytime we open new record.
Now i just want to fetch (Quick Reg) from this.
I am using text exists, but it fetching entire text from ui. I tried using selectors as well by keeping aaname =*(Quick Reg). But it didn’t worked.
Is there any other alternative other than split string.
Thanks in advance.