Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.03 KB

selenium-webcomponent

Getting Started

This library aims to provide modular page component structure by initializing nested components in page/component classes. This way, you can split your functions and elements into components and make your code cleaner.

Issues/Features

Please, open issues or features you want to be developed in this library. This library is under active development. All your feature requests or issues are appreciated. Please don't hesitate to contact me. I would be very pleased. All your requests will shape the development of the next releases.

v1.3.0 has been released!

You can find it in Maven Central repository. Add the dependency below to your pom.xml and start using it!

<dependency>
  <groupId>io.github.orcunbalcilar</groupId>
  <artifactId>selenium-webcomponent</artifactId>
  <version>1.3.0</version>
</dependency>

Release Notes

Version 1.2.0 had been released as corrupted due to a temporary deployment issue. Please use 1.3.0 instead and ignore version 1.2.0. Sorry for the inconvenience.