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
How to use on site with dynamic title
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: How to use on site with dynamic title
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.
Gabor
Ranorex Support Team
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
Thanks! I've used hack with full screen iframe.