I am looking to streamline E2E testing for a web application. The frontend of the app is built on a JavaScript framework, while the backend uses Java technology. While I am aware of the tools and frameworks available for JavaScript testing, I am curious if it is feasible to utilize Java (like using java with selenium-webdriver) for conducting my tests. Is this a standard practice in the industry?