Jump to content

Recommended Posts

Posted

I write java test cases with selenium and than use them in a maven project by specifying the dependencies example

  <dependency>
        <groupId>org.seleniumhq.selenium</groupId>
        <artifactId>selenium-java</artifactId>
        <version>2.47.1</version>
    </dependency> 
    

I was just wondering if anyone has had any experience running autoitX  through maven and what dependencies they used?
   

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...