Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.seleniumhq.selenium</groupId>
  3. <artifactId>selenium-firefox-driver</artifactId>
  4. <version>3.141.59</version>
  5. </dependency>
  6.  
  7. <dependency>
  8. <groupId>junit</groupId>
  9. <artifactId>junit</artifactId>
  10. <version>4.12</version>
  11. </dependency>
  12. <dependency>
  13. <groupId>commons-io</groupId>
  14. <artifactId>commons-io</artifactId>
  15. <version>2.6</version>
  16. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement