Search found 14 matches

by joebartt
Thu Aug 31, 2017 3:08 pm
Forum: Object Identification and Technologies
Topic: Select cell from highlighted row
Replies: 6
Views: 1944

Re: Select cell from highlighted row

I do believe I got it to work. I could not find backgroundcolor attribute so instead I used foregroundcolor attribute and used that, as well as manipulating the index values for the correct column and removing the index for the row. So in a nutshell, I had it look for and click on button in column i...
by joebartt
Thu Aug 31, 2017 1:38 pm
Forum: Object Identification and Technologies
Topic: Select cell from highlighted row
Replies: 6
Views: 1944

Re: Select cell from highlighted row

Thanks for your input. I'll see if I can make something work.
by joebartt
Wed Aug 30, 2017 8:42 pm
Forum: Object Identification and Technologies
Topic: Select cell from highlighted row
Replies: 6
Views: 1944

Select cell from highlighted row

What I'm trying to accomplish: Find a row in a grid that matches a name(first column). Select/Highlight the row (tricky because everything in the row is clickable and opens a window). Click on other cells in the row (at this point its ok for windows to open). I have figured out steps 1 and 2 but I a...
by joebartt
Wed Aug 16, 2017 3:00 pm
Forum: Ranorex Certification
Topic: Ranorex Automated Scripts
Replies: 1
Views: 6790

Ranorex Automated Scripts

Hi, I took the demo test and one question that has baffled me is regarding what platforms that Ranorex automated scripts can be run on (specific versions of Android, iOS, Linux and Windows). I am not looking to elicit the answer, but the where this information can be found. Any insight?
by joebartt
Fri May 19, 2017 5:45 pm
Forum: Object Identification and Technologies
Topic: Query datapoints in a graph
Replies: 6
Views: 1863

Re: Query datapoints in a graph

Ok, so I need to use the .find method to get the datapoints by searching for the proper adapter type? Is there a comprehensive list of adapter types with descriptions somewhere (besides in the method)?
by joebartt
Fri May 19, 2017 12:57 pm
Forum: Object Identification and Technologies
Topic: Query datapoints in a graph
Replies: 6
Views: 1863

Re: Query datapoints in a graph

Just clarifying something mentioned in a previous post. FindChild, FindChildren, FindDescendant and FindDescendants are all obsolete methods replaced by .Find, correct?
by joebartt
Fri May 19, 2017 12:34 pm
Forum: Object Identification and Technologies
Topic: Query datapoints in a graph
Replies: 6
Views: 1863

Re: Query datapoints in a graph

snapshot of graph attached.

btw I am experimenting with the .find method to create the query.
by joebartt
Thu May 18, 2017 7:23 pm
Forum: Object Identification and Technologies
Topic: Query datapoints in a graph
Replies: 6
Views: 1863

Query datapoints in a graph

Is there a way to query all of the datapoints displayed in a graph? I would like to query the same info from a database table and compare the results for a validation test.

Thanks,
Joe
by joebartt
Thu Apr 20, 2017 5:36 pm
Forum: Object Identification and Technologies
Topic: FindChildren method
Replies: 4
Views: 3356

Re: FindChildren method

FYI I think I have figured out a solution.

I switched from FindChildren method to Find method, passing in the Xpath with @visible='True' attribute and it seems to be working.
by joebartt
Thu Apr 20, 2017 4:26 pm
Forum: Object Identification and Technologies
Topic: FindChildren method
Replies: 4
Views: 3356

Re: FindChildren method

submitted via email.

I stumbled across this, but it says obsolete and not sure if it works anymore:

http://www.ranorex.com/Documentation/Ra ... n__1_1.htm
by joebartt
Thu Apr 20, 2017 3:21 pm
Forum: Object Identification and Technologies
Topic: FindChildren method
Replies: 4
Views: 3356

FindChildren method

I am using the FindChildren method to return the contents of a datagrid (datapresenter). When applying filters to the grid, the FindChildren method still returns the same contents. I'm assuming this is because the filter is simply hiding from view the contents that don't apply. Is there a way to use...
by joebartt
Wed Feb 08, 2017 8:55 pm
Forum: Automation Tools
Topic: Test data in data source iteration is masked out
Replies: 2
Views: 1825

Re: Test data in data source iteration is masked out

That did the trick. Thank you.
by joebartt
Thu Jan 26, 2017 7:49 pm
Forum: Automation Tools
Topic: Test data in data source iteration is masked out
Replies: 2
Views: 1825

Test data in data source iteration is masked out

Windows Server 2008 R2 SP1
Ranorex 6.1.0

Tests seem to work just fine iterating through the data source, which is a CSV file containing one machine name per line. But the test data is masked out in the report. Any ideas why?