Search found 14 matches

by macgowan
Thu Jan 15, 2015 7:54 pm
Forum: General Questions
Topic: html select box
Replies: 22
Views: 8253

Re: html select box

Hi ... I was following along on this discussion ... We used some input in this discussion form our solution. We had some issues using the UI and Ranorex to access a dropdown menu on an html page. Typically when setting the xpath (RanorexPath) for web elements that we want to interact with - we will ...
by macgowan
Tue Jan 13, 2015 10:28 pm
Forum: General Questions
Topic: Using C# to wait for keyboard input
Replies: 6
Views: 6117

Re: Using C# to wait for keyboard input

Thanks Bernard - @krstcs » Thanks for your comments and suggestions -- I'm just using the 'manual process' to do some debugging and getting the application loaded --- It is easier than Logging into the application, Adding some GUID and doing some other stuff that is all done automatically when I use...
by macgowan
Fri Jan 09, 2015 9:14 pm
Forum: General Questions
Topic: Using C# to wait for keyboard input
Replies: 6
Views: 6117

Re: Using C# to wait for keyboard input

Hi Markus, It's for pausing the automation - allowing me to manually take control of the application. Today (running normally) - We start the ranorex automated test suite - we create some test data on the fly - then start the automated test cases - when the test are complete the test data is cleaned...
by macgowan
Thu Jan 08, 2015 11:26 pm
Forum: General Questions
Topic: Using C# to wait for keyboard input
Replies: 6
Views: 6117

Using C# to wait for keyboard input

Hi ... I would like to wait for some keyboard input using C# in a Ranorex text module. I have been looking at some of the various classes: Keyboard Class (.NET Framework 4.5) Any suggestions. [language=] Report.Info("Wait for key press"); // Uses the Keyboard.IsToggled to determine if a key is toggl...
by macgowan
Thu Oct 09, 2014 5:55 pm
Forum: Automation Tools
Topic: Timestamps in Report instead of duration
Replies: 11
Views: 6649

Re: Timestamps in Report instead of duration

Hey -

WOW - this timestamp configruation should be a setup parameter for the test - provided by Ranorex. Kinda a usability deal. I hope you add that in the next release.

THAnks,
Chris
by macgowan
Fri Sep 19, 2014 11:05 pm
Forum: Automation API
Topic: Extend the Adapter Class
Replies: 1
Views: 3348

Extend the Adapter Class

Hi ... We are wondering if this might be a good case to extend the Adapter Class. We have developed a method called waitForVisible() that is called each time we execute an operations (i.e. Click(), DoubleClick() ...) that will open a new window. We've been thinkin' - maybe we should add this functio...
by macgowan
Wed Sep 10, 2014 10:31 pm
Forum: General Questions
Topic: Flash Instrumentaion with Flash Player 12
Replies: 10
Views: 4886

Re: Flash Instrumentaion with Flash Player 12

Hi Ranorex, We are working in the current environment: OS: Windows 7 (SP1) Browser: IE 8.0.7601 (64 Bit) Ranorex Version: 4.1.6 dotNet RunTime: 4.0 Flex SDK: 4.5.1 Windows Flash Player: 15.0.0.152 Activex control content debugger (for IE) 64 Bit ?? Windows Flash Player: 15.0.0.152 Plugin I have Rano...
by macgowan
Wed Jul 30, 2014 3:50 pm
Forum: General Questions
Topic: Adding a cookie to a IE browser session
Replies: 2
Views: 3454

Re: Adding a cookie to a IE browser session

Hi ... I'm still working on way to do this programmatically - this is a hack that will use the IE browser development mode to set the cookie - using Ranorex commands. void ITestModule.Run() { Mouse.DefaultMoveTime = 300; Keyboard.DefaultKeyPressTime = 100; Delay.SpeedFactor = 1.0; // We are goign to...
by macgowan
Wed Jul 30, 2014 3:44 pm
Forum: General Questions
Topic: Iterate through a table
Replies: 1
Views: 3957

Re: Iterate through a table

Hi ... It looks like I was using the wrong method to get the collection of objects - FindChildren() Below is the code that is working /// <summary> /// Performs the playback of actions in this module. /// </summary> /// <remarks>You should not call this method directly, instead pass the module /// i...
by macgowan
Tue Jul 29, 2014 6:17 pm
Forum: General Questions
Topic: Iterate through a table
Replies: 1
Views: 3957

Iterate through a table

Hi ... Sorry for he repeat question - I have looked at some of the other posts related to table iteration and they don't seem to work for me ??? I have a table in an application that I have identified using the Ranorex Repository Track feature. The element is called 'HistoryViewerDataTable' The xpat...
by macgowan
Sun Jul 27, 2014 7:01 pm
Forum: General Questions
Topic: Adding a cookie to a IE browser session
Replies: 2
Views: 3454

Adding a cookie to a IE browser session

Hi ... We are opening a IE browser session using processStartInfo. I would like to set a cookie in that session. What is the best way to do this. Can I add the cookie to the URL when I open the browser with processStartInfo --- or should I use HttpCookie ?? A code sample would be appreciated as I'm ...
by macgowan
Mon Jul 14, 2014 11:12 pm
Forum: General Questions
Topic: Identify javascript elements using Ranorex
Replies: 2
Views: 1851

Identify javascript elements using Ranorex

Hi ... Test Environment: Windows XP / Windows 7 / Windows 2008 Server Internet Explorer 8 Flash Player 12.0.0.44 Ranorex 4.1.6 We have been working with Flex - but now I have to identify some elements in Javascipt. I have opened the element repository and used the Track feature to select the object ...
by macgowan
Thu Jun 26, 2014 6:35 pm
Forum: Automation Tools
Topic: Repeating a test case upon failure
Replies: 13
Views: 9805

Re: Repeating a test case upon failure

Hi ... I'm responding to an old thread - so this questions may have been addressed. As discussed in the previous thread - I also am looking for a solution that will allow me to instantiate and run methods in other classes. My use case was recommended by Ranorex Support for a workaround to a Flash/Fl...
by macgowan
Mon Jun 23, 2014 10:00 pm
Forum: Automation API
Topic: Possible to Call ModuleGroups within Code?
Replies: 10
Views: 6444

Re: Possible to Call ModuleGroups within Code?

Hi This is an 'old' thread with not much since 2012 ... Is Ranorex now supporting the ability to call methods in other classes (Code Modules) ?? I would be interested to know if this is supported. The Use Case I have was recommended by Ranorex as a workaround to a bug related to Flash/Flex. It was s...