简体   繁体   中英

Can we write and run scripts in Selenium Webdriver without installing JDK?

I am new to selenium webdriver. We are working on creating a POC for automation testing using Selenium. I wanted to know if we can write and run selenium webdriver test cases in Java without installing JDK? I do have JRE installed on my machine but in my project we cannot install JDK. Also, if we cannot, then what are the things we can and cannot perform if JDK is not installed?

If you are developing in Java you will need to have JDK installed. You cannot develop with JRE.

If you are doing this as only proof of concept you can explore other languages like Ruby, perl, python for quick development.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM