Is JDK required for Selenium?

Is JDK required for Selenium?

JDK is not required for Selenium. Selenium is a framework, which means you can use it for programming in language of your choice. If you want to run tests in Java language then you have to have JDK installed on the system where you are running the tests. But if you want to write tests in Python, Ruby or any other programming language, then JDK is not required.