Search found 5 matches

by jminch270159
Tue Aug 23, 2011 9:49 pm
Forum: Automation API
Topic: converting validate.containsimage to user code
Replies: 1
Views: 2734

converting validate.containsimage to user code

Trying to use validate.containsimage I am trying to generate two image based validation steps, convert them to code, then change them to return boolean values and then in the usercode of another recording, invoke those validate.containsimage calls from the user code not the recording. As soon as I d...
by jminch270159
Mon Aug 22, 2011 6:19 am
Forum: Automation API
Topic: how to retrieve inputtag value? (VB)
Replies: 1
Views: 2046

Re: how to retrieve inputtag value? (VB)

Possibly answered my own question. After adding findings from spy into repository, when in usercode in studio, am able to type repo.webdocument and the context help displays a drop down of the repository contents allowing me to choose the webdocument that got populated into the repository from spy. ...
by jminch270159
Mon Aug 22, 2011 6:06 am
Forum: Automation API
Topic: how to retrieve inputtag value? (VB)
Replies: 1
Views: 2046

how to retrieve inputtag value? (VB)

I have a container in the GUI I'm trying to test that is an HTML dom. With Spy I can find the text field path I'm trying to capture the value of /dom[@domain='htmlviewer.company.com']/body/table/tbody/tr/td..../input[@title~'^My\ Field\ Name']" which I know from looking at my GUI or at Spy has a val...
by jminch270159
Sat Aug 20, 2011 5:09 am
Forum: Automation Tools
Topic: Spy:Add to Repository not adding to repository in studio
Replies: 2
Views: 2192

Re: Spy:Add to Repository not adding to repository in studio

I didn't know there was a difference between the View Spy next to Global Settings in studio and the start->programs->Ranorex #.#->Ranorex Spy. This worked, I was able to add the html dom that was just coming up as a custom container in my repository.
by jminch270159
Wed Aug 17, 2011 11:07 pm
Forum: Automation Tools
Topic: Spy:Add to Repository not adding to repository in studio
Replies: 2
Views: 2192

Spy:Add to Repository not adding to repository in studio

Operating system: Windows XP, Ranorex 3.0.4 Trying to locate a check mark on an SAP application, go into Spy and track, it comes up with RawImage 'MKFEZBNM' in the element browser in Spy and in the path it gives /form[@title='CSR III']/element/rawimage[@id='MKFEZBNM'] when I right click on that add ...