Search found 7 matches

by Poblarp
Thu Apr 27, 2017 8:10 pm
Forum: Automation API
Topic: How to find the element in the client area
Replies: 3
Views: 1834

Re: How to find the element in the client area

Hi Ned / Support Team, I would like to thank you very much for your reply and suggestion. I sent you the snapshot file as requested to support@ranorex.com so you could have a full picture of application and RXxpath. I look forward to hearing from the support@ranorex.com for details and instruction t...
by Poblarp
Thu Apr 27, 2017 4:48 pm
Forum: Automation API
Topic: How to find the element in the client area
Replies: 3
Views: 1834

Re: How to find the element in the client area

/form[@title~'^Admin\ Automation,\ Group\ :']/container[@controlname='panMain']/container[@controlname='ucTabAssistant']/?/?/container[@controlname='PageMail']/?/?/element/container[@controltypename='UltraTabPageControl' and @instance='0']/container[@controlname='ucMail']/container[@controlname='Pan...
by Poblarp
Thu Apr 27, 2017 4:46 pm
Forum: Automation API
Topic: How to find the element in the client area
Replies: 3
Views: 1834

How to find the element in the client area

Hi there, I'm testing a desktop application and need to validate whether the mail which was sent is in the Sent Mailbox. When I use the "TRACK" feature in the repository, it captures the entire client area. However, I would like to see whether there is an entry of recently sent mail on top line of t...
by Poblarp
Mon Jan 09, 2017 7:01 pm
Forum: Automation API
Topic: using System.Text.RegularExpressions;Drawing;Threading;
Replies: 4
Views: 2185

Re: using System.Text.RegularExpressions;Drawing;Threading;

Thank you very much for your input on this issue. I will pass along this info to my co-worker who has reviewed my code. They are not working in Ranorex and C# so they may not have knowledge specific to Ranorex and C#. They mostly work with Python and Java for their automation development.
by Poblarp
Mon Jan 09, 2017 6:09 pm
Forum: Automation API
Topic: using System.Text.RegularExpressions;Drawing;Threading;
Replies: 4
Views: 2185

using System.Text.RegularExpressions;Drawing;Threading;

Hi there, When creating a code module, Ranorex automatically includes the following namespaces. using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Drawing; using System.Threading; using WinForms = System.Windows.Forms; During the cod...
by Poblarp
Fri Nov 11, 2016 4:01 pm
Forum: Automation API
Topic: How to copy the value of Global Variable to a code variable?
Replies: 4
Views: 3541

Re: How to copy the value of Global Parameter to local variable?

Thank you for your replies and input. I actually mean " global parameter " of Ranorex and not the " global variable ". I would like to use a global parameter to pass in the file location to a library module in my test automation. So in the command line, it will be like: C:\Users\my user\testsuite.ex...
by Poblarp
Thu Nov 10, 2016 9:01 pm
Forum: Automation API
Topic: How to copy the value of Global Variable to a code variable?
Replies: 4
Views: 3541

How to copy the value of Global Variable to a code variable?

Hi, I defined a global variable say: InputFilePath. I don't have any recording module in my test suite. All of my modules are code modules in C#. The management specifies that we don't use the recording module and can only use the code module in C#. How do I copy the value from my global variable, I...