Raj
Raj

Reputation: 57

Webdriver Sampler is not working in Windows10

I am trying to set up the webdriver sampler in Jmeter for Chrome. I have downloaded the chromedriver as per my chrome version and specified the path in Chromedriver config. While executing test I am getting Browser has not been configured. Please ensure at least one webDriverConfig is created message.

chrome version: 86.0.4240.183 Jmeter Version: 4.0 Jmeter Plugin Version: 1.3 Selenium version in jmeter lib: 3.14

Please let me know if anything missing and how can we resolve the issue.

Upvotes: 1

Views: 476

Answers (2)

Raj
Raj

Reputation: 57

The issue is resolved after upgrading Jmeter version to 5.1.1.

Upvotes: 0

Dmitri T
Dmitri T

Reputation: 168072

We cannot say "if anything missing" without seeing:

  1. The folder where you have unpacked chromedriver.exe
  2. Chrome Driver Config setup
  3. The contents of jmeter.log file

Here is the evidence that ChromeDriver works fine with the WebDriver Sampler on Windows 10

enter image description here

So the only piece of advice I can give you so far is considering upgrading to latest JMeter version as you should be using it according to JMeter Best Practices

Upvotes: 1

Related Questions