Salvo-svg commented on issue #6380:
URL: https://github.com/apache/jmeter/issues/6380#issuecomment-3036165638

   Hi Srikanthkldia,
   
   I faced the same problem of Robert, and tried your workaround but it doesn't 
work.
   
   So I tried starting from scratch installation:
   - Install JMETER : apache-jmeter-5.6.3 on Windows pc
   - Installed WebDriver Sampler 4.13.0.2 from Plugin manager
   -Create a new project adding  a WebDriver sampler with following script with 
Groovy as "Script language":
           WDS.sampleResult.sampleStart()
           WDS.log.info("This is an info message");
           WDS.sampleResult.sampleEnd()
   
   Run and I still have the same problems:
   2025-07-04 14:35:59,378 ERROR o.a.j.s.SampleResult: sampleStart called twice
   --2025-07-04 14:35:59,456 ERROR o.a.j.s.SampleResult: sampleEnd called twice
   
   
[webDriverlog.zip](https://github.com/user-attachments/files/21058262/webDriverlog.zip)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to