Search found 21 matches

by sdimbre
Fri May 08, 2015 6:22 pm
Forum: General Questions
Topic: Certification Cost? No where mentioned.
Replies: 1
Views: 1681

Certification Cost? No where mentioned.

Hi Team,
What is the cost of Ranorex certification? It is no where mentioned.
Thanks and Regards,
sdimbre
by sdimbre
Fri May 08, 2015 6:13 pm
Forum: General Questions
Topic: Working with Excel
Replies: 1
Views: 1386

Working with Excel

Hi Team, I am working on a POC where I want to work with Excel. For ex. 1) Add/delete/modify excel rows. 2) Change some cells. 3) Also our cells has some selectors which needs to change/update. Can you please give me any reference which demonstrates doing this using 'Microsoft.Office.Interop.Excel' ...
by sdimbre
Fri Oct 18, 2013 5:05 pm
Forum: General Questions
Topic: inheriting a class give error
Replies: 4
Views: 1858

Re: inheriting a class give error

Hi Markus, Thanks for the reply. By doing this I can add my own specific behavior for method provided by this class. And Same way I can do for other classes also. But as explained stuck in first phase and not able to implement further. ///Created a class named "MyClass" which is child of "Ranorex.We...
by sdimbre
Fri Oct 11, 2013 12:55 pm
Forum: General Questions
Topic: inheriting a class give error
Replies: 4
Views: 1858

inheriting a class give error

Hi Team, This is Dimbre. First of all my sincere appoligies if I am asking anything bad here. I am doing something like following Ranorex.WebDocument uname = "/dom[@domain='burjira.dub.usoh.ibm.com:6777' and @caption~'^Issue']"; This do works fine and locates the UI object, but my question here is h...
by sdimbre
Mon Jun 18, 2012 11:05 am
Forum: General Questions
Topic: hidden element on webpage shows enabled and visible as true.
Replies: 2
Views: 1915

hidden element on webpage shows enabled and visible as true.

Hello Sir/Madam,

I have a Hidden element on my webpage. When I am trying to find this through SPY, SPY finds it and both of it's attribute like Enabled and Visible gives true. How do I prove that it's not visible on webpage?

Thanks,
by sdimbre
Tue May 08, 2012 9:19 am
Forum: General Questions
Topic: find descendents
Replies: 1
Views: 1681

find descendents

I have a 'Ranorex.TrTag' element whose descendents are multiple Span Tags. All these span tags uses class attriutes. Is there any way to findout descendents of type span having some particular class value. Ex Above mentioned TrTag has span multiple span tags some having class='normal' and some havin...
by sdimbre
Thu May 03, 2012 5:40 am
Forum: General Questions
Topic: dialogs domodal and resize property
Replies: 2
Views: 1797

Re: dialogs domodal and resize property

sdimbre wrote:Hi,

Two question on windows dialog.
1)How to check dialog is resizable or not.
Done this using form.resize and form.ScreenRectalgle properties.
sdimbre wrote:2)How to check dialog is domodal type dialog.

Thanks,
How to do this? Is there any way?
by sdimbre
Wed May 02, 2012 1:39 pm
Forum: General Questions
Topic: dialogs domodal and resize property
Replies: 2
Views: 1797

dialogs domodal and resize property

Hi,

Two question on windows dialog.
1)How to check dialog is resizable or not.
2)How to check dialog is domodal type dialog.

Thanks,
by sdimbre
Mon Apr 30, 2012 8:39 am
Forum: General Questions
Topic: not able to find object
Replies: 1
Views: 1762

not able to find object

Hello Sir/Madam, I have written a method 'isObjectExists' to verify object exists or not which should return me object if exists and null if object does not exists. Please see below. public Ranorex.Adapter isObjectExists(string xPath, Duration timeOut, Ranorex.Adapte r obj) { if (Host.Local.TryFindS...
by sdimbre
Wed Apr 18, 2012 12:12 pm
Forum: General Questions
Topic: how to check element clickable or not
Replies: 7
Views: 4323

Re: how to check element clickable or not

The exact xPath for this element is
/dom[@domain='domain' and @caption='caption']//div[@id='LABEL_HOLDER']//span[@id='LABEL']
and on GUI it displays text like 'LABEL', my test case is to check that this LABEL should not be clickable.

Thanks in advance.

SDimbre...
by sdimbre
Mon Apr 16, 2012 5:16 pm
Forum: General Questions
Topic: how to check element clickable or not
Replies: 7
Views: 4323

how to check element clickable or not

Hi All,

I need to check following two elements clickable or not.

1) //span[id='spanid']
2) //a[id='aid']

Thanks,
Sdimbre
by sdimbre
Mon Apr 16, 2012 5:10 pm
Forum: General Questions
Topic: looping through div
Replies: 1
Views: 1799

looping through div

Hi I have structure something like following. <div id='parent'______________________> <div id='child-1'>_____________</div> <div id='child-2'>_____________</div> <div id='child-3'>_____________</div> <div id='child-4'>_____________</div> </div> How can i loop through each of the child div tag? How t...
by sdimbre
Wed Apr 11, 2012 4:46 pm
Forum: General Questions
Topic: multiple instance of ranorex on one machine
Replies: 2
Views: 2157

ranorex multiple instance on same machine

Hello,

Is it possible to run multiple instances of ranorex on one machine at same time. In the sense I will execute ranorex scripts on different browser at same time. ex, on i.e and firefox at same time.

Thanks and Regards,
Dimbre
by sdimbre
Wed Sep 21, 2011 12:48 pm
Forum: General Questions
Topic: how to get txtArea value.
Replies: 2
Views: 1999

how to get txtArea value.

Hi Support,

I am in need to get TextArea value. For ex if there's a textarea box having value as 'SDimbre'(please see attachment) I want to get that value 'SDimbre' in some variable and use. Please forgive me for dumb question.

Thanks and Regards,
SDimbre
by sdimbre
Tue Sep 20, 2011 1:26 pm
Forum: General Questions
Topic: not able to identify element, stuck due to this.
Replies: 8
Views: 2524

Re: not able to identify element, stuck due to this.

As explained above I have tried 'Instant Tracking', spy able to give xPath for this context menu item but still this is not working. Please look at code below I have written. Your help on this regard is much appreciate as this is blocking my decision. Do you open the context menu first with rightcl...