Page 1 of 1

Chrome.debugger

Posted: Thu Feb 25, 2016 4:34 pm
by jochen2k2
Apologize if this question is not for this forum. I am wonder if anyone has experience using Ranorex Chrome extension with Chrome.Debugger API or anyone knows if Ranorex Chrome extension expose this API. I have searched the Ranorex API document and forum without luck. Thank you in advance for your advice.

Re: Chrome.debugger

Posted: Fri Feb 26, 2016 9:32 am
by odklizec
Hi,

Could you please be more specific what exactly you want to achieve with Chrome.debugger?

Ranorex is a GUI automation tool which primarily tests GUI. Thanks to its .NET nature and full support of C#/VB .NET, you can extend your tests with almost anything you want, even using external APIs. However, there is usually no specification/tutorial how to use 3rd party APIs with Ranorex.

I would suggest you to search Internet for the possibility to access Chrome.debugger API via C#/VB .NET. If there is a way to do this, it should be possible to use it the same way in Ranorex.