Search found 7 matches

by markwhite
Wed Aug 05, 2009 5:12 pm
Forum: Object Identification and Technologies
Topic: Multiple tabs
Replies: 5
Views: 3833

Re: Multiple tabs

I put it in program.cs There is an error: The name 'tabPageList' does not exist in the current context. Report.Setup(ReportLevel.Info, logFileName, true); foreach(Ranorex.TabPage page in tabPageList.FindChildren<Ranorex.TabPage>()) try { //TODO: Code here - for example: Rocky.Start(); Rocky.Start();...
by markwhite
Wed Aug 05, 2009 2:42 pm
Forum: Object Identification and Technologies
Topic: Multiple tabs
Replies: 5
Views: 3833

Re: Multiple tabs

Thanks Christian!

You are right, the corresponding element isn't found. I'm already using the 'Element.Children' list of the 'TabPageList' from Firefox and that doesn't solve problem.

Is there available explanation how to catch the 'Ranorex.ElementNotFound' exception and continue?
by markwhite
Wed Aug 05, 2009 12:46 pm
Forum: Object Identification and Technologies
Topic: Multiple tabs
Replies: 5
Views: 3833

Multiple tabs

I'm doing automated testing with few tabs in Firefox, from left to right. See attached picture. Working scenario: All tabs have the same name (i.e. INDEX). Under each tab is some action performed without JavaScript, which is disabled. If action under tab if performed well, the Ranorex is working fin...
by markwhite
Wed Jul 15, 2009 3:05 pm
Forum: Object Identification and Technologies
Topic: How to use on site with dynamic title
Replies: 2
Views: 2859

Re: How to use on site with dynamic title

Thanks! I've used hack with full screen iframe.
by markwhite
Wed Jul 15, 2009 1:22 pm
Forum: Object Identification and Technologies
Topic: How to use on site with dynamic title
Replies: 2
Views: 2859

How to use on site with dynamic title

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
by markwhite
Wed Jul 15, 2009 12:51 pm
Forum: Automation Tools
Topic: Using multiple recordings together
Replies: 4
Views: 2759

Re: Using multiple recordings together

Thanks a lot! It works :)
by markwhite
Tue Jul 14, 2009 7:55 pm
Forum: Automation Tools
Topic: Using multiple recordings together
Replies: 4
Views: 2759

Using multiple recordings together

Hello, I finally find solution for long time problem -- Ranorex! But, there is a catch. I have very long task I want to automate, so I can't automate it in one recording session. Instead I need to record it in few scenes. Just like as movie set: composed from scenes, not shoot in one way. So how to ...