| OLD | NEW |
| 1 Name: WebDriver | 1 Name: WebDriver |
| 2 Short Name: WebDriver | 2 Short Name: WebDriver |
| 3 URL: https://code.google.com/p/selenium | 3 URL: https://code.google.com/p/selenium |
| 4 Version: 2.31 | 4 Version: 2.33.0 |
| 5 Revision: 1bd294d185a80fa4206dfeab80ba773c04ac33c0 | 5 Revision: 4e90c975c693adf6252a92f753587b9c534806df |
| 6 License: Apache 2.0 | 6 License: Apache 2.0 |
| 7 License File: LICENSE | 7 License File: LICENSE |
| 8 Security Critical: no | 8 Security Critical: no |
| 9 | 9 |
| 10 Description: | 10 Description: |
| 11 WebDriver is a clean, fast framework for automated testing of webapps. | 11 WebDriver is a clean, fast framework for automated testing of webapps. |
| 12 | 12 |
| 13 This directory contains code and data needed for running the WebDriver java | 13 This directory contains code and data needed for running the WebDriver java |
| 14 acceptance tests. | 14 acceptance tests. |
| 15 | 15 |
| 16 Local Modifications: | 16 Local Modifications: |
| 17 - Applied changes in patch.diff. | 17 - Applied changes in patch.diff. |
| 18 - Added prebuilt standalone java test jar (and source jar) by running: | 18 - Added prebuilt standalone java test jar (and source jar) by running: |
| 19 ./go //java/client/test/org/openqa/selenium/chrome:test:uber | 19 ./go //java/client/test/org/openqa/selenium/chrome:test:uber |
| 20 cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar . | 20 cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar . |
| 21 ./go //java/client/test/org/openqa/selenium/chrome:test:project-srcs | 21 ./go //java/client/test/org/openqa/selenium/chrome:test:project-srcs |
| 22 cp build/java/client/test/org/openqa/selenium/chrome/test-nodeps-srcs.jar
. | 22 cp build/java/client/test/org/openqa/selenium/chrome/test-nodeps-srcs.jar
. |
| 23 - Copied java/client/test/keystore to top level directory. | 23 - Copied java/client/test/keystore to top level directory. |
| 24 cp java/client/test/keystore . | 24 cp java/client/test/keystore . |
| 25 - Zip all of common into common.zip | 25 - Zip all of common into common.zip |
| 26 zip -r common.zip common | 26 zip -r common.zip common |
| 27 - Removed all files except for: | 27 - Removed all files except for: |
| 28 common.zip | 28 common.zip |
| 29 keystore | 29 keystore |
| 30 LICENSE | 30 LICENSE |
| 31 README.chromium | 31 README.chromium |
| 32 test-nodeps-srcs.jar | 32 test-nodeps-srcs.jar |
| 33 test-standalone.jar | 33 test-standalone.jar |
| OLD | NEW |