Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashaka/jselene

concise selenium based library for browser automation in java [draft version]
https://github.com/yashaka/jselene

Last synced: about 1 month ago
JSON representation

concise selenium based library for browser automation in java [draft version]

Awesome Lists containing this project

README

        

# JSelene

This project is a completely draft version of [Selene](https://github.com/yashaka/selene) port to Java.

Currently there is unclear whether this project will be evolving or not.

It still may be used
- as a draft for your own selenium based wrapper (the license is MIT, so just do whatever you want with this sources).
- as an example of some framework to learn something new and being inspired, etc...
- or probably to develop more simple, KISS and more OOP-like alternative to [Selenide](http://selenide.org)

Cheers!

# todos
- add "element actions hooks"
- what will be with "webelement actions" that we did not covered?
- detailed error messages (because of sub-waiting)
- done
- DriverSource?
- later...
- even WebDriver interface is already kind of enough