3

Is it possible to calculate the performance testing through selenium with python?

If it is possible, how should I do it?

apaul
  • 16,092
  • 8
  • 47
  • 82
jan
  • 31
  • 2
  • possible duplicate of [Getting the return value of Javascript code in Selenium](http://stackoverflow.com/questions/5585343/getting-the-return-value-of-javascript-code-in-selenium) – Shmwel Jun 10 '14 at 08:11
  • 1
    I suppose that this is browser-specific. Please edit your question and add the tag for the browser driver you are using, e.g. ChromeDriver – oberlies Jun 10 '14 at 14:46
  • Related [Browser performance tests through selenium](http://stackoverflow.com/questions/27596229/browser-performance-tests-through-selenium). – alecxe Apr 08 '15 at 01:38

1 Answers1

0

Selenium is not the right tool to use for performance testing.

jmeter is a great tool for this. You would be able to see the response for each request.

Major
  • 455
  • 1
  • 5
  • 15