Search found 5 matches

by winnicki
Fri Nov 04, 2011 9:17 pm
Forum: Automation Tools
Topic: Does an object have to be in Repository to use Info?
Replies: 3
Views: 2162

Re: Does an object have to be in Repository to use Info?

Perfect, thanks. I did see the Validate.Exists method but most of them are void however I found the one that does return bool and this is what I need.
by winnicki
Thu Nov 03, 2011 10:33 pm
Forum: Automation Tools
Topic: Does an object have to be in Repository to use Info?
Replies: 3
Views: 2162

Does an object have to be in Repository to use Info?

I'm doing web testing and I need to check if an object exists or not. Sometimes it does and other times it does not. I can use try / catch and then it just throws an exception when the path isn't found, but I read on your site that you can do something like this which I think is a better approach: /...
by winnicki
Fri Oct 07, 2011 9:09 pm
Forum: General Questions
Topic: Span tag not visible even when it is..
Replies: 1
Views: 2855

Span tag not visible even when it is..

UPDATE: I found a workaround. For some reason the path that the Spy is giving me doesn't work but if I do this it returns the correct SpanTag element. SpanTag ttlFrmSch = repos.Website.Self.FindSingle(".//span[@id='ctl00_ContentPlaceHolder1_tableAvGen_Total_rowPowerexScheduledEnergyLabels']"); I sti...
by winnicki
Wed Sep 14, 2011 6:17 pm
Forum: Automation API
Topic: "combo box" rows are not becoming visible
Replies: 2
Views: 2029

Re: "combo box" rows are not becoming visible

P.S I'm using Windows 7 Enterprise with Service Pack 1, Ranorex Version: 3.1.0.13946, and .NET Runtime Version 4.0. 30319.37

Thanks
by winnicki
Wed Sep 14, 2011 6:15 pm
Forum: Automation API
Topic: "combo box" rows are not becoming visible
Replies: 2
Views: 2029

"combo box" rows are not becoming visible

Hi, I understand that even if you're accessing something that is a combo box, it isn't necessarily a combo box type. I'm accessing each element within a combo box. The way the object is structured for the application I'm testing is such that the combo box is just a Container which contains Rows whic...