Page 1 of 1

Feature Request - Spy command line start

Posted: Mon Nov 28, 2011 3:04 pm
by sdaly
Hi

Would it be possible to allow Spy to be started with an RxPath as a command line arg? That way when I get an element not found exception, I can fire up the Spy (if installed) and pass the non found path automatically, similar to the "open in spy" feature that the studio provides.

Thanks
Scott

Re: Feature Request - Spy command line start

Posted: Mon Nov 28, 2011 5:00 pm
by Support Team
Hi Scott,
sdaly wrote:Would it be possible to allow Spy to be started with an RxPath as a command line arg?
This feature already exists, but it isn't documented. :)
Just use
Ranorex.Spy.32bit.exe /path:"/yourpath"
to start Spy with a RxPath argument.

Regards,
Peter
Ranorex Team

Re: Feature Request - Spy command line start

Posted: Mon Nov 28, 2011 7:05 pm
by sdaly
Ah! Perfect :D

Thanks Peter!