Page 1 of 1

Where is Ranorex.WebDocument defined?

Posted: Mon Jan 30, 2012 8:06 pm
by bhoppe
Which dll contains the object Ranorex.WebDocument? I'm using Visual Studio and created a repository. From the repository I generated C# code and add this to a Visual Studio project. I added the Ranorex.Core.dll reference, but in the generated C# code it references Ranorex.WebDocument but WebDocument does not exist in the Ranorex namespace.

Thanks,
Brandon

Re: Where is Ranorex.WebDocument defined?

Posted: Mon Jan 30, 2012 10:06 pm
by Ciege
It should be Ranorex.Plugin.Web that you are looking for.

Re: Where is Ranorex.WebDocument defined?

Posted: Mon Jan 30, 2012 11:12 pm
by bhoppe
Ciege wrote:It should be Ranorex.Plugin.Web that you are looking for.
Yep. Thanks.