1

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.

Raj
  • 57
  • 7

2 Answers2

1

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

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
  • 1
    Thank you DMitri. It worked after upgrading to Jmeter 5.1 – Raj Mar 18 '21 at 18:31
  • Also could you please help me with the solution for following Question? I am not sure if it is allowed to post the link here. https://stackoverflow.com/questions/66520998/excel-handling-in-jmeter-to-add-multiple-dynamic-rows – Raj Mar 18 '21 at 18:33
0

The issue is resolved after upgrading Jmeter version to 5.1.1.

Raj
  • 57
  • 7