Search found 6 matches

by javier.calderon
Thu Jul 30, 2015 2:43 pm
Forum: Automation Tools
Topic: If else failing after executing custom code
Replies: 1
Views: 1980

If else failing after executing custom code

For my code I put an if statement to capture a dynamic field that might be enable depending on results. Currently the conditional is working if it is met but after it enter the texts it keeps searching for an item and then fails. Do I need to add something to make it stop. My code is below public vo...
by javier.calderon
Thu Jul 30, 2015 2:38 pm
Forum: Automation Tools
Topic: Dynamic Number in Table is not getting captured
Replies: 9
Views: 2400

Re: Dynamic Number in Table is not getting captured

Thanks. I was able to get the value from using span[@innertext~'.*'] at the end. It grabs whatever the first value is.
by javier.calderon
Fri Jul 17, 2015 6:18 pm
Forum: Automation Tools
Topic: Dynamic Number in Table is not getting captured
Replies: 9
Views: 2400

Re: Dynamic Number in Table is not getting captured

When I run it this just returns the value VIN and not the number sequence. Is there a way to just capture the actual numbers?
by javier.calderon
Fri Jul 17, 2015 3:31 pm
Forum: Automation Tools
Topic: Dynamic Number in Table is not getting captured
Replies: 9
Views: 2400

Re: Dynamic Number in Table is not getting captured

I just need it to capture any VIN in that table and assign it to a variable. Ideally I just need to be able to look at the table and say go to Row1, Column 3 get that VIN(which changes all the time) and assign it to a variable. I just need a way to capture that dynamic field because once I process a...
by javier.calderon
Wed Jul 15, 2015 6:38 pm
Forum: Automation Tools
Topic: Dynamic Number in Table is not getting captured
Replies: 9
Views: 2400

Dynamic Number in Table is not getting captured

Hello, I am trying to get a VIN number from the table. The problem is the spy recognizes the object based on the innertext of that element. The problem is that once I process a payment that VIN is no longer available. When I try to run the test again Ranorex gets stuck because it cannot find the inn...