Search found 42 matches

by rkarhe
Sat Mar 08, 2014 3:16 am
Forum: General Questions
Topic: SPY not working
Replies: 1
Views: 1623

SPY not working

Hello, Some how I am not able to SPY objects through Ranorex. Recently I have updated FF24, but still were able to identify after upgrade also and now suddenly not. Not sure if FF is the reason. If I am trying to SPY, after highlighting element and clicking ....Ranorex SPY says "No elements found. T...
by rkarhe
Sun Nov 03, 2013 12:57 am
Forum: General Questions
Topic: child class is not inheriting property from parent
Replies: 2
Views: 1954

Re: child class is not inheriting property from parent

Any suggestion on this. I have tried redefining in child like "new public WWebElement NextSibling { get; set; }" but this returns null object and not next element. WObject.WWebElement controlToEdit = ele.As<WObject.WWebElement>().NextSibling; //controlToEdit is null when tried redefining NextSibling...
by rkarhe
Fri Nov 01, 2013 12:41 pm
Forum: General Questions
Topic: child class is not inheriting property from parent
Replies: 2
Views: 1954

child class is not inheriting property from parent

Hello, I have created wrapper of Ranorex.WebElement something like below. namespace WObject { public class WWebElement : Ranorex.WebElement { public WWebElement() : base() { } public WWebElement(Element element) : base(element) { } public static implicit operator WWebElement(string path) { return ne...
by rkarhe
Thu Oct 31, 2013 9:52 am
Forum: General Questions
Topic: Ranorex.Core.Element
Replies: 1
Views: 2259

Ranorex.Core.Element

Hello, How to use Ranorex.Core.Element? How can I create Wrapper for Ranorex.Core.Element? When I am trying to inherit it says, The type 'Ranorex.Core.Element' has no constructors defined. Ex. public class myElement : Ranorex.Core.Element //The type 'Ranorex.Core.Element' has no constructors defined...
by rkarhe
Fri Oct 26, 2012 6:07 am
Forum: General Questions
Topic: innertext property is not identifying spaces.
Replies: 1
Views: 1711

innertext property is not identifying spaces.

innertext property is not working as expected. let's say innertext giving me some string "Sample Test" and I have a string variable "Sample Test", when I am comparing these two it's showing unequal. Whereas I tried removing blank spaces between both of them and adding spaces again and then compare s...
by rkarhe
Wed Jul 04, 2012 12:22 pm
Forum: General Questions
Topic: scripts are not working for WinXP
Replies: 6
Views: 1861

Re: scripts are not working for WinXP

Hi, The following posting shows how you can create Snapshot files on runtime machines: Create Snapshot of Element Module : Automation Modules . Maybe you haven't installed all prerequisites, therefore please try to reinstall Ranorex with the included "setup.exe" file, because then the needed packag...
by rkarhe
Thu Jun 14, 2012 1:52 pm
Forum: General Questions
Topic: scripts are not working for WinXP
Replies: 6
Views: 1861

Re: scripts are not working for WinXP

Thanks for reply. I shall check this and keep you posted.
by rkarhe
Mon Jun 11, 2012 8:36 am
Forum: General Questions
Topic: scripts are not working for WinXP
Replies: 6
Views: 1861

Re: scripts are not working for WinXP

There is no logs or error message as such. As I am having running license on XP machine SPY will not work there, sending snapshot will be problem. Here I am detailing the issue. I have tab like element on click of which it should open a particular page. In win-7 it works fine whereas in XP what I fo...
by rkarhe
Thu Jun 07, 2012 6:12 pm
Forum: General Questions
Topic: scripts are not working for WinXP
Replies: 6
Views: 1861

scripts are not working for WinXP

Hi Experts, I have developed test scripts on WINDOWS-7 platform(with 3 browsers i.e. IE9, Safari & Mozilla). When I am trying to run same scripts on WINDOWS-XP some of the scripts are not working. This identifies locator but is not working on that ex. it identifies object but is not clicking on the ...
by rkarhe
Wed May 02, 2012 8:11 am
Forum: General Questions
Topic: working with tooltip
Replies: 1
Views: 2388

working with tooltip

Hi, How to work with tooltip, like verify tooltip present or not and verify tooltip text. In my case object is as follows "/dom[@domain='domain' and @caption='caption']//a[@innertext='object']". I have referred some old post at "http://www.ranorex.com/forum/how-can-a-tooltip-be-tested-t379.html" but...
by rkarhe
Wed Apr 25, 2012 1:18 pm
Forum: General Questions
Topic: browser close icon
Replies: 7
Views: 4704

browser close icon

Hi, I am trying to access close button on browser. Please see below the xPath '/form[@title~'^my\\ Editor']/titlebar/button[@accessiblename='Close']' . It works through spy but when running through script it is not closing the browser. I need this to be work on IE8, IE9, Firefox and Safari5.x. Thank...
by rkarhe
Sat Apr 21, 2012 1:27 am
Forum: General Questions
Topic: The function evaluation requires all threads to run.
Replies: 1
Views: 21462

The function evaluation requires all threads to run.

Hello,

I am using Ranorex SPY 3.2.3 and Micosoft Visual Studio 2010. While debugging I get error "The function evaluation requires all threads to run." continuously. This happens while evaluating/QuickWatch on any object. Any ideas what could be the reason?

Thanks....
by rkarhe
Fri Apr 20, 2012 10:42 am
Forum: General Questions
Topic: how to check element is draggable
Replies: 2
Views: 1970

how to check element is draggable

Hi Experts,

How to use 'draggable' property for Div type element. We support some Div element which user can drag. So my test case is to check whether element is 'draggable' or not.

Thanks,
by rkarhe
Sun Apr 15, 2012 3:59 pm
Forum: General Questions
Topic: spy minimizes all windows and cursor disappears
Replies: 5
Views: 1810

Re: spy minimizes all windows and cursor disappears

I am using integrated one, trial version 3.2.3. O another machine it works fine. Hi, I have tried this with Ranorex-3.2.2, Ranorex-3.2.3, Ranorex-2.3.8 still the same issue. Did you try to use Spy on another machine? Which Spy do you use, the standalone one or the studio integrated one? Regards, Pet...
by rkarhe
Wed Apr 11, 2012 4:41 pm
Forum: General Questions
Topic: multiple instance of ranorex on one machine
Replies: 2
Views: 2157

multiple instance of ranorex on one machine

Hi All,

Can there be multiple instances of Ranorex on same machine?

Thanks and Regards,
k