0

All the examples show how to use Selenium Java webdriver with Jmeter.

Can I use Selenium Javascript webdriver with Jmeter?

Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
SUM
  • 1,651
  • 4
  • 33
  • 57
  • Why would you use Selenium with Jmeter? – Florent B. May 17 '16 at 13:35
  • https://www.blazemeter.com/blog/jmeter-webdriver-sampler – SUM May 17 '16 at 13:45
  • your question is too broad, you should indicate your purpose here. But if you are just looking for a straight answer, then the answer is yes you can use Selenium with JMeter. – Florent B. May 17 '16 at 14:07
  • I am trying to make Selenium work with Jmeter. All the examples I see and the Jmeter plugin for Selenium is for webdriver Java. I wanted to know if there is a plugin for webdriver Javascript for Jmeter. – SUM May 17 '16 at 14:09

1 Answers1

0

JavaScript is default language of the WebDriver Sampler

WebDriver Sampler JavaScript

so the answer is yes, you can use JavaScript language for Selenium tests with the WebDriver Sampler.

Check out The WebDriver Sampler: Your Top 10 Questions Answered guide for some code snippets, howtos, tips and tricks

Dmitri T
  • 159,985
  • 5
  • 83
  • 133