New to Selenium WebDriver, and I'm wondering if it is possible to retrieve a WebElement representing a local resource - ie. an HTML file found in my classpath.
I am trying to write a unit test, and this seems a bit more prudent compared to attempting to mock out a WebDriver and somehow injecting my target web page content.