Robert Bourgault du Coudray
Robert Bourgault du Coudray
Question: given that JMeter is compatible with Java 8 but that Selenium 4.15 requires Java 11, how will this plugin work on JMeter 5.6.2 installations on Java 8? Can you...
Suggestion: if we specifiy something like "**Version 4.15 requires Java 11 or higher; for Java 8, download version 4.13.**" in the "changes" field of the jpc-plugins.json file of jmeter-plugins repo,...
@Ageneh , I can understand your frustration. But given Java 8 is still one of the most widely used versions (as of Jan 2022), especially in enterprise environments, we must...
FYI, I have opened a ticket on JMeter to move on to Java 11. Let's see what happens! [Issue 6172](https://github.com/apache/jmeter/issues/6172)
@undera , here's response from JMeter Group: "JMeter supports running with Java 8..21, so it should be fine if some plugins require Java 11." Also, apparently, the next major release...
This issue has been fixed in version 4.13.0.2. However, for existing scripts created prior to 4.13.0.2, you'll have to manually **comment out** (or delete) all "WDS.sampleResult.sampleStart()" and "WDS.sampleResult.sampleEnd()" lines in...
Hi Salvo, I am not sure what you are doing. When I add a new WebDriver Sampler with 4.13.0.2, the two "WDS.sampleResult..." lines are automatically commented out and the sampler...
Yes, as said before, if you keep the WDS.sampleResult lines, it will fail. In 14.13.0.2, you need to remove these lines in your script as the plugin will now automatically...
Use plugin "Selenium/WebDriver Support" and get error "setEndTime must be called after setStartTime"
Please upgrade to version 4.13.0.2 and manually comment out (or delete) all "WDS.sampleResult.sampleStart()" and "WDS.sampleResult.sampleEnd()" lines in the existing WebDriver Samplers.