Search found 5 matches

by GranPapi
Tue Aug 16, 2016 6:42 pm
Forum: How To …
Topic: How to send variable inside a data binding
Replies: 1
Views: 2012

How to send variable inside a data binding

Hey guys! How you doing? Need a little bit of your help. I've created a module that stores a value in a variable called "fileFullName" (it's a global variable), and I want to use the value stored in that variable inside another module; however, when I do the binding, I'd like to use the variable as ...
by GranPapi
Mon Aug 15, 2016 10:40 pm
Forum: How To …
Topic: How to send variable from one module to another
Replies: 2
Views: 2425

Re: How to send variable from one module to another

Use a test case or global parameter. There is documentation on it in the user guide, which I would recommend reading fully as it contains information and examples on using Ranorex, including parameters and module variables. http://www.ranorex.com/support/user-guide-20.html Thanks for your reply, kr...
by GranPapi
Mon Aug 15, 2016 2:55 pm
Forum: How To …
Topic: How to send variable from one module to another
Replies: 2
Views: 2425

How to send variable from one module to another

Hey guys, I need a little bit of your knowledge :P I'm working on a module that obtains the InnertText of a table row and stores it in a variable, and then I'd like to send that variable to another module, so it can use it to search for a file (already have the searching file module created), how ca...
by GranPapi
Fri Aug 12, 2016 5:39 pm
Forum: Object Identification and Technologies
Topic: Getting InnerText from a Span
Replies: 3
Views: 3216

Re: Getting InnerText from a Span

Thanks for your replies, guys!

Vega, your answer helped me a lot! It's working now :D
by GranPapi
Wed Aug 10, 2016 6:11 pm
Forum: Object Identification and Technologies
Topic: Getting InnerText from a Span
Replies: 3
Views: 3216

Getting InnerText from a Span

Hey guys! I'm new to Ranorex and I'm looking forward to do the following: I'm creating a module that uses the "validate" action, and need to validate that the value shown on a table is matches to a given text string; the value shown in the table is contained in a span -and it's contained on the "inn...