You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget http://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar
java -version #=> java version "1.8.0_45", HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
java -jar selenium-server-standalone-2.48.2.jar
Result:
12:32:28.699 INFO - Launching a standalone Selenium Server
12:32:28.730 INFO - Java: Oracle Corporation 25.45-b02
12:32:28.730 INFO - OS: Linux 3.19.0-30-generic amd64
12:32:28.745 INFO - v2.48.0, with Core v2.48.0. Built from revision 41bccdd
As you can see it shows v2.48.0, with Core v2.48.0. Built from revision 41bccdd instead of 2.48.2
The text was updated successfully, but these errors were encountered:
elgalu
changed the title
Release 2.48.1 and 2.48.2 nor reporting version and commit properly
Release 2.48.1 and 2.48.2 not reporting version and commit properly
Oct 13, 2015
Env:
wget http://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar java -version #=> java version "1.8.0_45", HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) java -jar selenium-server-standalone-2.48.2.jar
Result:
As you can see it shows
v2.48.0, with Core v2.48.0. Built from revision 41bccdd
instead of 2.48.2The text was updated successfully, but these errors were encountered: