Search found 4 matches

by SegmentationFault
Fri Jul 13, 2012 2:14 pm
Forum: General Questions
Topic: Add Regular Expression when using a Variable
Replies: 21
Views: 12569

Re: Add Regular Expression when using a Variable

Perfect, that is exactly what I'm looking for. Thanks!
by SegmentationFault
Thu Jul 12, 2012 3:52 pm
Forum: General Questions
Topic: Add Regular Expression when using a Variable
Replies: 21
Views: 12569

Re: Add Regular Expression when using a Variable

I'm doing everything from user code adapters. The variables are created in the code and I don't use the repository at all, instead I use the UI Adapters that Ranorex has. For example, let's say I have these machines: {CloneMaker, Discard-0, Discard-1, Mycard178, Keep}. I want to pass a function a st...
by SegmentationFault
Wed Jul 11, 2012 4:27 pm
Forum: General Questions
Topic: Add Regular Expression when using a Variable
Replies: 21
Views: 12569

Re: Add Regular Expression when using a Variable

I am doing user code for flexibility of moving between machines and creating classes to with functions based on input (IP Address, etc.). Is there a way to use variables in the RanoreXPath without adding them using the "Variables" button with the different code modules?
by SegmentationFault
Tue Jul 10, 2012 10:05 pm
Forum: General Questions
Topic: Add Regular Expression when using a Variable
Replies: 21
Views: 12569

Re: Add Regular Expression when using a Variable

Hello, I am trying to use a combination of a RegEx and a variable to determine which virtual machines to delete. The end of the path is ....../container/table/row/cell[@text~'$PartialMachineNameVariable']. I have tried many combinations to get it to work, and if I use the one previously recommended ...