Search found 12 matches

by archana
Thu Aug 30, 2012 8:01 am
Forum: General Questions
Topic: How to validate SpanTag Disable property.
Replies: 4
Views: 5473

Re: How to validate SpanTag Disable property.

I got one way to find out enable /disable property of span Tag :- Go to parent element(DIV TAG) of Span Tag Check InnertHtml of DIVTAG It shows disabled property there. But still this is not full proof solution as this code changes as per browser like :- For IE9 - InnerHtml of DIVTAG :- <DIV style="...
by archana
Mon Aug 27, 2012 12:20 pm
Forum: General Questions
Topic: How to validate SpanTag Disable property.
Replies: 4
Views: 5473

How to validate SpanTag Disable property.

Hi ,

I want to validate Span Tag is enable or disable property. As in Ranorex it always gives
SpanTag -> Enabled =TRUE .
Even though Span Tag control is disabled still It gives FALSE value for Enabled property.

So,how to check Disable property of Span Tag.

Thanks,
Archana
by archana
Sat Jul 21, 2012 2:47 pm
Forum: General Questions
Topic: Unable to Select Option from Option Tag
Replies: 5
Views: 3264

Re: Unable to Select Option from Option Tag

Can you please let me know what kind of information do you require ..
by archana
Fri Jul 20, 2012 5:12 pm
Forum: General Questions
Topic: Unable to Select Option from Option Tag
Replies: 5
Views: 3264

Re: Unable to Select Option from Option Tag

It Is Actual Value from List..
by archana
Fri Jul 20, 2012 3:35 pm
Forum: General Questions
Topic: Unable to Select Option from Option Tag
Replies: 5
Views: 3264

Unable to Select Option from Option Tag

Ranorex.SelectTag SELECTTAG = "//td[@id='lovTermBlock']/div[@id='lovTermSelect']/select/option[@value='"; SELECTTAG .Click(); Ranorex.OptionTag OPTIONTAG=" //td[@id='lovTermBlock']div[@id='lovTermSelect']selectoption[@value='TESTVALUE']"; OPTIONTAG.Selected = true; I am not able to selece TESTVALUE ...
by archana
Mon Apr 09, 2012 7:14 am
Forum: General Questions
Topic: Does Rnorex supports on Mac machine?
Replies: 1
Views: 1897

Does Rnorex supports on Mac machine?

Hi,
Does Ranorex 3.2 supports to Mac machine?
If yes then which Rnaorex executable file we need to install in Mac machine.


Thanks,
Archana
by archana
Fri Mar 30, 2012 1:32 pm
Forum: General Questions
Topic: Does Ranorex supports to Safari Browser.
Replies: 6
Views: 2513

Re: Does Ranorex supports to Safari Browser.

Hi ,
I tried with "developer tools" of IE and Safari,in both browsers it shows the specific element as A Tag .
So,why it differs with Ranorex Spy .

Thanks,
Archana
by archana
Fri Mar 30, 2012 1:15 pm
Forum: General Questions
Topic: Does Ranorex supports to Safari Browser.
Replies: 6
Views: 2513

Re: Does Ranorex supports to Safari Browser.

Hi , I also tried to execute script with Insrtumentation Wizard from Ranorex 3.2.2 Trial version. But still finding same Object discrepancy as earlier in Apple Safari 4 . For e.g - As in Safari identifies HTML link as Link Object , But in the rest of the browsers (IE8,IE9,Mozilla,Chrome ) it identif...
by archana
Fri Mar 30, 2012 10:06 am
Forum: General Questions
Topic: Does Ranorex supports to Safari Browser.
Replies: 6
Views: 2513

Re: Does Ranorex supports to Safari Browser.

Hi Peter ,
We are not using Ranorex Studio for Script Execution but we are using VIsual Studio 2010 for script execution.
And we are using Ranorex 3.2.2 Spy for object identification.
So,do we need to add any dll in Visual Studio to make executable code in Safari browser.

Thanks,
Archana
by archana
Thu Mar 29, 2012 3:09 pm
Forum: General Questions
Topic: Does Ranorex supports to Safari Browser.
Replies: 6
Views: 2513

Does Ranorex supports to Safari Browser.

Hi All, I try to identify some Web objects with Ranorex Spy on Safari and IE browser . But it shows different Object name in Safari and in IE . For e.g :- In IE 8,Mozilla Firefox , a link object can identify with Ranorex.A Tag But in Safari when I try to identify the same object with Ranorex Spy it ...
by archana
Wed Jan 11, 2012 12:15 pm
Forum: Automation Tools
Topic: Can we identify localized objects using Ranorex3.2
Replies: 1
Views: 1998

Can we identify localized objects using Ranorex3.2

Hi, I am unable to identify Objects which are in Chinese/Japanese Language through Ranorex Spy . It shows Value in XPath as [@accessiblename='[][]']/button[@accessiblename='[][][][]'. As there is no unique id available for these objects in my application so,I have to use accessibleName/Text/InnerTex...
by archana
Mon Jan 09, 2012 7:53 am
Forum: General Questions
Topic: Can we use Validate.Exists() method for wait
Replies: 2
Views: 3171

Can we use Validate.Exists() method for wait

Hi,
Can we use Validate.Exists() method to wait till any element will be enabled or any element will be exists.
Or is there any other method which we can use for wait.
Because I dont want to use any hard coded waits in my script.

Thanks,
Archana