sridharbandi / Java-a11y

Accessibility Automated Testing with Java Selenium
https://sridharbandi.github.io/Java-a11y/
MIT License
12 stars 12 forks source link

Null Pointer Exception #6

Closed rarean closed 4 years ago

rarean commented 4 years ago

Get NPE when using Java-a11y as a dependency jar file. Null pointer is because it cannot find the HTML_CS file and the templates in "ftl" dir. Proposed solution: use rgetResourceAsStream and setClassLoader respectively to fix NPE

sridharbandi commented 4 years ago

With @rarean PR, this issue is fixed