/testing/selenium-core/scripts/selenium-version.js

http://datanucleus-appengine.googlecode.com/ · JavaScript · 5 lines · 3 code · 2 blank · 0 comment · 0 complexity · cb0a53307561bdc684231efd02c38150 MD5 · raw file

  1. Selenium.version = "@VERSION@";
  2. Selenium.revision = "@REVISION@";
  3. window.top.document.title += " v" + Selenium.version + " [" + Selenium.revision + "]";