Search found 8 matches

by OverflowingStack
Fri Oct 14, 2016 6:29 pm
Forum: Object Identification and Technologies
Topic: Cannot access MS SilverLight controls in IE
Replies: 5
Views: 2205

Re: Cannot access MS SilverLight controls in IE

@ngrishakin,

This is a Silverlight control, specifically a picture. Therefore, your return type must be of type Ranorex.Picture or Ranorex.UIAutomation (most general Adapter type for Silverlight controls).

I hope this helps! :D
by OverflowingStack
Fri May 23, 2014 2:11 pm
Forum: Automation Tools
Topic: Unable to see inside chrome://memory-redirect
Replies: 5
Views: 110343

Re: Unable to see inside chrome://memory-redirect

Hello Marc,

I have had success with identifying objects on Chrome internal pages by enabling accessibility at:

chrome://accessibility

Toggle your "Global Accessibility Mode" to ON and see if this alleviates the problem.

I hope this information helps! :D
by OverflowingStack
Wed Apr 23, 2014 9:06 pm
Forum: Automation Tools
Topic: Loop one module only?
Replies: 2
Views: 2014

Re: Loop one module only?

Hello smrse,

You will not have to create 3 separate Test Cases, only one new Test Case containing the desired module for looping. This Test Case will have to be placed between the two modules as shown here:
nestedTC.png
Hope this information helps! :D happy testing!
by OverflowingStack
Wed Apr 16, 2014 2:17 pm
Forum: General Questions
Topic: Problems by creating reports
Replies: 3
Views: 1480

Re: Problems by creating reports

Hi Vicky123, could you quickly verify that under Tools > Options > Ranorex Report Viewer, the checkbox "open report after execution" is checked"? Also, you might try right-clicking the Test Suite and viewing properties to ensure that "Report Enabled" is checked. Are the .rxlog files being generated ...
by OverflowingStack
Wed Apr 02, 2014 1:10 pm
Forum: General Questions
Topic: Browser not found
Replies: 1
Views: 1600

Re: Browser not found

Hello dallyingllama, You may try doing a reinstall of Chrome and Ranorex. But first, please verify that you are running Ranorex with administrator privileges. You may also want to try re-instrumenting Chrome to ensure that the extensions for Ranorex are in place, more information on that can be foun...
by OverflowingStack
Tue Apr 01, 2014 1:14 pm
Forum: Automation Tools
Topic: How to get Screenshots for every step and not just failures
Replies: 8
Views: 2901

Re: How to get Screenshots for every step and not just failures

Thank you for the distinction krstcs! I am still learning the ins and outs of Ranorex and really appreciate the wealth of knowledge and the friendly community here at the forums! :D
by OverflowingStack
Mon Mar 31, 2014 8:22 pm
Forum: Automation Tools
Topic: How to get Screenshots for every step and not just failures
Replies: 8
Views: 2901

Re: How to get Screenshots for every step and not just failures

Just to expand on mzperix's advice,

Don't forget you may need to append a ".Self" on the repository item when using it as a parameter for Screenshot. The syntax should look like:
Report.Screenshot(repo.repoElement.Self);
by OverflowingStack
Mon Mar 31, 2014 6:41 pm
Forum: Object Identification and Technologies
Topic: How to set Silverlight windowless?
Replies: 1
Views: 4062

Re: How to set Silverlight windowless?

Hello LuckieLuuk, The Silverlight plugin can be found in the HTML source of the AUT as an object tag resembling: <form id="form1" runat="server" style="height:100%"> <div id="silverlightControlHost"> <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" hei...