Page 1 of 1

How to use on site with dynamic title

Posted: Wed Jul 15, 2009 1:22 pm
by markwhite
One more question. How to use Ranorex with site that dynamic changes title every few seconds (i.e. http://search.twitter.com/search?q=%22M ... Jackson%22)?

Best,
Marko

Re: How to use on site with dynamic title

Posted: Wed Jul 15, 2009 1:56 pm
by Support Team
You can use regular expressions to search for dynamic titles.

The following RanoreXPath identifies following page titles: (x) "Michael Jackson" - Twitter Search
x has to be a numeric value with 1 or more digits.
/dom[@caption~'^\([0-9]{1,}\)\ "Michael\ Jackson"\ -\ Twitter Search']
Kind regards,
Gabor
Ranorex Support Team

Re: How to use on site with dynamic title

Posted: Wed Jul 15, 2009 3:05 pm
by markwhite
Thanks! I've used hack with full screen iframe.