Hi,
I'm following the
Data Driven Find Expressions
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/code-samples/general/data-driven-find-expressions.aspx
But got the following error:
(CS1061) 'TestProj.Pages.TelerikExtensionsForASPPage' does not contain a definition for 'UnorderedList' and no extension method 'UnorderedList' accepting a first argument of type 'TestProj.Pages.TelerikExtensionsForASPPage' could be found (are you missing a using directive or an assembly reference?)
Does that mean that I have to install the TelerikExtensionsForASPPage before following the Data Driven Find Expressions example?
Thanks