Search found 3 matches

by Stipe13
Fri Apr 06, 2018 8:43 am
Forum: General Questions
Topic: Start .bat file from Ranorex
Replies: 2
Views: 2205

Re: Start .bat file from Ranorex

I'm using the batch script to turn ON and configure my NIC cards. Batch scrip code: @echo off title Configure NIC IP addresses Browser -> Device echo Set IP address for NIC2 netsh interface set interface "Local Area Connection 2" admin=enable netsh interface ip set address name="Local Area Connectio...
by Stipe13
Thu Apr 05, 2018 2:44 pm
Forum: General Questions
Topic: Start .bat file from Ranorex
Replies: 2
Views: 2205

Start .bat file from Ranorex

Hi,

I've tried to start the .bat file using "Run application" but it is not possible.
I can record double click on the icon, but I just want to execute it before continuing the test.
How can I do it?
by Stipe13
Tue Mar 06, 2018 2:29 pm
Forum: How To …
Topic: Privacy error in Google chrome
Replies: 1
Views: 1657

Privacy error in Google chrome

Hello, I have a problem with recognizing the buttons on "privacy error page" with google chrome. When I try to click to one of the buttons, Ranorex records relative position. This way the window size needs to be the same when executing the tests. I also need to add a delay or "wait for" to the test ...