Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/yashaka/jselene
- Owner: yashaka
- License: mit
- Created: 2017-06-11T19:47:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T20:42:55.000Z (about 7 years ago)
- Last Synced: 2024-10-12T18:31:04.334Z (2 months ago)
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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