Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the jar files have been added the user can view them in the Referenced Libraries folder under Package Explorer.

Opening an Existing Selenium Project

In order to load the dmcqa repository or an existing selenium code into Eclipse, take the following steps.

  1. Use Git to pull down the dmcqa repository
    1. If you have enabled SSH with your GitHub account you can use the following terminal command
      1. git clone git@github.com:dmc-uilabs/dmcqa.git
  2. Open the Eclipse program
  3. In the package explorer right click in the whitespace and choose import from the list
  4. In the new window double click on: Git
    1. Double click on Projects from Git
    2. Double click on Existing Repository
  5. In the next window click on the add button
  6. Navigate to the root of the dmcqa repository int he file explorer

Example Code

Setting System Environment Variables

...