i downloaded watij and am trying to get it to run in eclipse. i tried this sample code
WebSpec spec = new WebSpec().safari(); spec.safari().open("http://www.google.com");
and WebSpec is underlined in red saying WebSpec cannot be resolved into a type
I assume this means that something has not been added into my project.
I right clicked on my src folder and added the .jar files and then added webspec.jar to the project also
Are there any steps that I am missing?