Skip to main content

SeleniumTestsFramework (STF) version 4.0 is out

Selenium Tests Framework 4.0 is out. Following are the features of version 4.0 -


  • Support for ios Testing. Hence STF now supports web, android and ios testing. Thanks to Sanja for adding support for ios testing. Is not open source awesome :-)
  • Support for sauce labs testing

To use STF 4.0 add following dependency to you project - 

<dependency>
   <groupId>com.seleniumtests</groupId>
   <artifactId>seleniumtestsframework</artifactId>
   <version>4.0</version> 
</dependency>

To learn more about STF follow STF tutorial