Page 1 of 1

Can we extract the code from the Recording

Posted: Sun Jun 30, 2019 3:38 pm
by mvasireddy
Hi,

I am new to Ranorex,

Can I covert the screen recording for any Web Application into the C# code.

Does the Ranorex studio provide such feature similar to Selenium IDE.

Thanks,

Mahesh

Re: Can we extract the code from the Recording

Posted: Mon Jul 01, 2019 2:09 pm
by qwertzu
hi,

You mean, you would like to have the C# code of a recorded Ranorex test?

You could either take a look at the Recording.cs file that shows the code for the recording module.
Or you can even convert multiple actions within the recording module to one user code action by marking them, right clicking and choosing "Merge items to user code item".

regards, qwertzu