Search found 5 matches

by van9
Wed Jun 08, 2016 10:43 am
Forum: General Questions
Topic: Validate text of list items in .NET framework
Replies: 5
Views: 1616

Re: Validate text of list items in .NET framework

It really solved my issue.

Thanks a lot.
by van9
Wed Jun 08, 2016 10:21 am
Forum: General Questions
Topic: Validate text of list items in .NET framework
Replies: 5
Views: 1616

Re: Validate text of list items in .NET framework

Hi, I could get the path only upto the listbox. (/form[@wpfnative='True' and @title='MainWindow' and @processname='Dataloader.View']/?/?/element/container/container/container[1]/list) But I am not able to validate the elements inside the listbox. I would like to validate the text of an element in th...
by van9
Wed Jun 08, 2016 9:59 am
Forum: General Questions
Topic: Validate text of list items in .NET framework
Replies: 5
Views: 1616

Validate text of list items in .NET framework

Hi,

My application has a list box whose contents are populated dynamically. So when I try to record and validate the list item elements, I am not able to validate a single particular element. Please let me know how to do it.
by van9
Tue Apr 26, 2016 4:50 am
Forum: Automation Tools
Topic: Click fails if performed programmatically
Replies: 3
Views: 2383

Re: Click fails if performed programmatically

Hi, Thanks for the prompt reply. I have tried by using EnsureVisible() and performClick() and all the combinations but the problem still continue to exist. Is it because Click() function requires a co-ordinate. Because when we manually record using Ranorex studio it gives a co-ordinate. But I wanted...
by van9
Mon Apr 25, 2016 12:19 pm
Forum: Automation Tools
Topic: Click fails if performed programmatically
Replies: 3
Views: 2383

Click fails if performed programmatically

hi, I have a simple structure html structure <div> <a>item1</a> <a>item2</a> <a>item3</a> ... ... ... ... <div> I would like to dynamically click on each aTag so have used user code Ranorex.DivTag levelbefore = "/dom[@domain='localhost']//div[#'ctl00_tvNavigationn0Nodes']"; //created an adapter ILis...