Search found 92 matches

by Pixi6s
Thu Jun 28, 2012 9:38 pm
Forum: General Questions
Topic: Sending an email of Test Results
Replies: 41
Views: 21734

Re: Sending an email of Test Results

If you have any ideas please share, but it might be the way we smtp setup. I needed to use a specific email address (configured for smtp) and give email a password. So if you have no ideas, no worries. :)
by Pixi6s
Thu Jun 28, 2012 2:39 pm
Forum: General Questions
Topic: Sending an email of Test Results
Replies: 41
Views: 21734

Re: Sending an email of Test Results

Hello, This is great but I require to send a boolean for secureSSL to use our SMTP. How do I do that? Thanks Error: System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated at System.N...
by Pixi6s
Mon Jun 11, 2012 3:24 pm
Forum: Automation Tools
Topic: Bring Browser to the foreground
Replies: 6
Views: 3711

Re: Bring Browser to the foreground

I open the browser, wait for it to load in, then I have EnsureFocus on the Browser Dom. Even if I minimize everything and set the scheduler to run, the cmd prompt that comes up to run the executable will retain focus with the browser behind it. The browser will be blinking to try and get focus.
by Pixi6s
Mon Jun 11, 2012 2:27 pm
Forum: Automation Tools
Topic: Bring Browser to the foreground
Replies: 6
Views: 3711

Re: Bring Browser to the foreground

With Ensure Focus I can see that it tries to give the browser focus, in the start bar it starts blinking orange like it needs focus, but it doesn't actually bring it to the foreground so it cannot, say, type in the text boxes.

Any other ideas?
Sierra
by Pixi6s
Fri Jun 08, 2012 3:54 pm
Forum: Automation Tools
Topic: Bring Browser to the foreground
Replies: 6
Views: 3711

Re: Bring Browser to the foreground

I did try that as well after my post and it didn't work. Do I do Focus and then EnsureVisible?

Knowing EnsureVisible should work I will mess with it more.

thanks
Sierra
by Pixi6s
Thu Jun 07, 2012 7:20 pm
Forum: Automation Tools
Topic: Bring Browser to the foreground
Replies: 6
Views: 3711

Bring Browser to the foreground

Hello, I am looking into using Windows Scheduler to run an Ranorex exe on my runtime machine. It starts up fine but it doesn't automatically put the browser in the foreground so the first clicks fail and the script fails. When I run from a cmd prompt the browser is brought to the foreground automati...
by Pixi6s
Mon May 21, 2012 5:48 pm
Forum: Automation API
Topic: Find Method has a limit of 50?
Replies: 2
Views: 2054

Re: Find Method has a limit of 50?

Thanks for the reply.

You are right Outlook is "chucking" up the message at 50 even when they are in the same grouping (eg "Today").

Thanks for putting me back on track.
by Pixi6s
Mon May 21, 2012 3:36 pm
Forum: Automation API
Topic: Find Method has a limit of 50?
Replies: 2
Views: 2054

Find Method has a limit of 50?

I am using the Find Method to evaluate the messages in OWA outlook. I usually have just over 100 messages that need to be evaluated. It appears that my Find Loop gives up after 50 messages. Is this expected? Is there anyway I can increase the number of loops? Report.Log(ReportLevel.Info, "Auto", "Ev...
by Pixi6s
Mon May 21, 2012 3:29 pm
Forum: Automation Tools
Topic: Bolding Text in Ranorex Reports
Replies: 6
Views: 2897

Re: Bolding Text in Ranorex Reports

Works great! Thanks
by Pixi6s
Thu Apr 26, 2012 8:46 pm
Forum: Automation Tools
Topic: Bolding Text in Ranorex Reports
Replies: 6
Views: 2897

Bolding Text in Ranorex Reports

Hello,

I was curious if I could bold and possibly change the color of text in the Ranorex log, without just modifying the XML afterward if possible. Is there a parameter I could pass in with the Ranorex.Log call that would add any distinction (besides pass or fail)?

Thanks
Sierra
by Pixi6s
Thu Mar 08, 2012 8:31 pm
Forum: Automation Tools
Topic: Evaluating a List of Elements, code evaluates twice
Replies: 4
Views: 2204

Re: Evaluating a List of Elements, code evaluates twice

Oh thank you! Actually based on mentioning host local is bad, I declare a webdocument and not only does it no longer duplicate it is also SO much faster. I was given this code snippit and never really evaluated it. Also I have been learning alot over the last few months. Thanks for the push. string ...
by Pixi6s
Wed Mar 07, 2012 3:50 pm
Forum: Automation Tools
Topic: Evaluating a List of Elements, code evaluates twice
Replies: 4
Views: 2204

Re: Evaluating a List of Elements, code evaluates twice

Hmm... i find that unlikely. This same code block when used on different places on the website I test and it found everything I expected then them all again. But before it didn't matter, this is the first time where I wasn't planning on breaking after a specific element is found. Now I am using it w...
by Pixi6s
Mon Mar 05, 2012 4:38 pm
Forum: Automation Tools
Topic: Evaluating a List of Elements, code evaluates twice
Replies: 4
Views: 2204

Evaluating a List of Elements, code evaluates twice

string sInner; string sList_EmailSubject = ".//div/div[@id='sr']/div[@id='divSubject']"; Report.Log(ReportLevel.Info, "Auto", "Evalate Email List"); IList<Ranorex.DivTag> emails = Host.Local.Find<Ranorex.DivTag>(sList_EmailSubject); foreach (Ranorex.DivTag email in emails) { sInner = email.InnerTex...
by Pixi6s
Mon Mar 05, 2012 4:33 pm
Forum: Automation Tools
Topic: Mouse wobbling while using ranorex on RDP
Replies: 13
Views: 3900

Re: Mouse wobbling while using ranorex on RDP

I find running Ranorex through RDP doesn't work well. I use logmein (logmein.com) and it works wonderfully. :)
by Pixi6s
Thu Feb 16, 2012 3:51 pm
Forum: Automation Tools
Topic: Can I create different logs at runtime?
Replies: 5
Views: 2050

Re: Can I create different logs at runtime?

Bummer, why did you take the functionality away? Can I ask for it back? :)
Thanks