0

Is there a way I can use selenium without having to install java runtime on my remote machine?(the machine where the browser is)

The machine that automates the process( where the tests run will have java) but the remote machine where the browser is does not have java. is it possible? and if yes how ?

Abid
  • 6,769
  • 8
  • 40
  • 50

1 Answers1

0

You can try using Launch4j for embedding JRE into your java application package.

Useful links:
1. Launch4J
2. A SO post for how to do it.
3. Another SO answer which describes how to do it on different OSes

Community
  • 1
  • 1
Abhijeet Vaikar
  • 1,480
  • 3
  • 24
  • 42