sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
60 stars 16 forks source link

Investigate whether JsUtility.getScriptResource() is able to extract resources from JAR files #185

Closed sbabcoc closed 2 years ago

sbabcoc commented 3 years ago

I strongly suspect that the getScriptResource() method is only able to read resources from the standard file system; resources contained in JAR files may not be accessibly via this method as it's currently implemented.

sbabcoc commented 2 years ago

This utility method performs as expected with resources contained in JAR files. No need to do anything.