Search found 3 matches

by peter92
Fri May 09, 2014 5:28 pm
Forum: Automation API
Topic: Working with XPath in code
Replies: 3
Views: 2952

Working with XPath in code

Hi, As an example, say I have the following xpath which is looking at a cell in a table: /dom.../text[@caption='JohnDoe'] Is it possible in the code (we are using c#) to search for the appropriate text value? EG., could I do something to the effect of: var aCell = @"/dom.../text[@caption='+varName+'...
by peter92
Thu Apr 17, 2014 4:07 pm
Forum: Object Identification and Technologies
Topic: Quicker reading of Flex UI components
Replies: 3
Views: 2353

Re: Quicker reading of Flex UI components

That could very well could be the problem. We'll look into this, thanks guys.
by peter92
Mon Apr 14, 2014 3:01 pm
Forum: Object Identification and Technologies
Topic: Quicker reading of Flex UI components
Replies: 3
Views: 2353

Quicker reading of Flex UI components

Hi, We are currently using a trial of Ranorex to create a proof of concept test case. Currently, we are having problems with Ranorex's speed at finding items (meaning we are unsure whether or not to continue with it) on our UI (made in flex, running in IE). Our repo items can be found very quickly i...