I am currently trying to put load on HTTPS website by using Webdriver Sampler in Jmeter. Jmeter successfully runs the whole Selenium code in Webdriver Sampler; but in the end, marks the sampler as Failed in 'View Results Tree' listener. Response data > Response Body shows
java.net.MalformedURLException: unknown protocol: data
It's strange, as it already has executed the whole code successfully with even closing the browser. What's the point of giving this error in the end?
What is the way out to avoid this failure?