02-23-2012, 06:17 PM
Hello all.
I'm having a problem with some regular expression.
I have the following situation
- a regular expression like: Progam version:v* on a java window working.
but I'm using a regular expression to identigy a dynamic JavaMenu item and the regex is not working
the java menu is like: User - Saved name - other data
My regex is like: (Saved Name)+
i have only one object on my entire system window that contains "Saved name" but qtp cant find this object.
Someone already have this problem ?
Thanks for your time guys
I'm having a problem with some regular expression.
I have the following situation
- a regular expression like: Progam version:v* on a java window working.
but I'm using a regular expression to identigy a dynamic JavaMenu item and the regex is not working
the java menu is like: User - Saved name - other data
My regex is like: (Saved Name)+
i have only one object on my entire system window that contains "Saved name" but qtp cant find this object.
Someone already have this problem ?
Thanks for your time guys