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.
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.
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>
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.