Hi,
I have to pick up a text inside a WebElement. When i add the WebElement to my repository, the property "innertext" contain the text that i want.
The text is : "Evenement n° du sinistre n° 2007/00455".
The numbers at the end of the text change all the time so when i run my program, QTP cannot find the object.
I tryed to use several regular expression for the property innertext like : Evenement n° du sinistre n° \* OR * OR .* ...
I tryed a lot of them but when i try to highlight the object, QTP never find it.
Do i use not in the good way the regular expression? What else i have to do?
Thanks a lot for your answers.
Ben.
I have to pick up a text inside a WebElement. When i add the WebElement to my repository, the property "innertext" contain the text that i want.
The text is : "Evenement n° du sinistre n° 2007/00455".
The numbers at the end of the text change all the time so when i run my program, QTP cannot find the object.
I tryed to use several regular expression for the property innertext like : Evenement n° du sinistre n° \* OR * OR .* ...
I tryed a lot of them but when i try to highlight the object, QTP never find it.
Do i use not in the good way the regular expression? What else i have to do?
Thanks a lot for your answers.
Ben.