Search found 6 matches

by david.rubio
Wed Oct 08, 2014 9:10 am
Forum: Object Identification and Technologies
Topic: Wait for image to appear on screen
Replies: 4
Views: 2554

Re: Wait for image to appear on screen

Hi testautomator, I did yesterday what you suggest now and it works. The timed loop combined with ContainsImage method. When I connect to the SUT (Linux) via VNC all I get is a big image which I scan looking for the things I want to click, type into, etc all using image based recognition. Correct me...
by david.rubio
Wed Oct 08, 2014 8:42 am
Forum: Automation Tools
Topic: Command line arguments
Replies: 6
Views: 5225

Re: Command line arguments

Thanks again krstcs for yor help. That was exactly what I was doing and I'm going to stick with it because what I was trying to achieve with the .user-file does not give me anything much better than Jenkins.
by david.rubio
Tue Oct 07, 2014 3:56 pm
Forum: Automation Tools
Topic: Command line arguments
Replies: 6
Views: 5225

Re: Command line arguments

Thanks for your reply krstcs.

How do I add the batch file to the project in Ranorex? Do you mean adding to the batch file something like the following?

Code: Select all

.\excutable /arg1 value1 /arg2 value2
I would like to use it in Jenkins too

Thanks
by david.rubio
Tue Oct 07, 2014 3:30 pm
Forum: Automation Tools
Topic: Command line arguments
Replies: 6
Views: 5225

Re: Command line arguments

Ok, I found it. The file can be located at <Project_Root>/project_name/project_name.csproj.user
by david.rubio
Tue Oct 07, 2014 10:24 am
Forum: Automation Tools
Topic: Command line arguments
Replies: 6
Views: 5225

Command line arguments

Hello, In the project properties I can see under Debug tab that there is a field to pass Command Line arguments which works fine. I see one can store the args in a .user-file which it works indeed but I cannot find that file. Can anyone help me? My idea is to create a file which will be used by the ...
by david.rubio
Mon Oct 06, 2014 12:41 pm
Forum: Object Identification and Technologies
Topic: Wait for image to appear on screen
Replies: 4
Views: 2554

Wait for image to appear on screen

Hi, I would like to know if there is any possible way of waiting for an image to appear on the screen. The problem is: I need to wait for some stuff to start and validate and when that happens, a button becomes active. The time it takes is NOT always the same and it may vary between 5 and 40min so a...