How do i load a html file in webdriver from the src/test/resources folder, like
driver.get("file///src//resources//test//login.html") This is giving me invalid argument error.. I want the code to run in any system without any dependency on folder structure.