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
Feature Request - Spy command line start
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Feature Request - Spy command line start
Hi Scott,
Just use
Regards,
Peter
Ranorex Team
This feature already exists, but it isn't documented.sdaly wrote:Would it be possible to allow Spy to be started with an RxPath as a command line arg?

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
Ah! Perfect 
Thanks Peter!

Thanks Peter!