Exemplo n.º 1
0
        protected void GoToResource(string htmlFilename)
        {
            var baseUrl = BaseWatiNTest.GetHtmlTestFilesLocation(@"/jQuerySelectorTests/html/");
            var url     = new Uri(baseUrl, htmlFilename).LocalPath;

            Browser.GoTo(url);
        }
Exemplo n.º 2
0
        protected void GoToResource(string htmlFilename)
        {
            var url = new Uri(BaseWatiNTest.GetHtmlTestFilesLocation("html") + htmlFilename);

            Browser.GoTo(url);
        }