I just upgraded to version 4.5.0 of WebDriver, using JMeter 5.5, and can't perform any actions.
Based on the official docs: https://jmeter-plugins.org/wiki/WebDriverSampler/ should be using like:
var pkg = JavaImporter(org.openqa.selenium) but I faced exception. Is there any way how to resolve this exception, so I can use it for sendKeys or click actions?
