-
Notifications
You must be signed in to change notification settings - Fork 93
Roadmap
This wiki page is the replacement for the TODO.md
file previously in this repo.
These are my priorities on the road to 1.0:
- Element record implementation [DONE]
- Complete Selenium-WebDriver API coverage (or pure Clojure replacements where appropriate, e.g. caching) [ONGOING]
- More maintainable implementations of the
find-*
functions [HALF-DONE] - 100% test coverage [ONGOING]
- The Driver record could register "wrapper functions" that act as middlewares (see below)
- The Driver could house extra meta-data, useful both for pure Clojure programming and for configuration with things like the Selenium Grid
- As perhaps a sister project, the Driver could maintain a data structure representing actions, successes and failures, which could then be leverage to generate reports
Beyond simply interactions with the page, this library should allow developers to gather information about the elements, the page or the browser at any given point. To help foster this, it would be nice to be able to "wrap" functionality around the means of interacting with the page, and allow developers to write middlewares that do things like custom reporting, extra auxiliary validation, or even things that might alter the DOM based on context.
Query-wrappers would allow wrapping around the query sent to WebDriver, before ever touching the HTML page.
Result-wrappers would allow wrapping around the result of an interaction with the page, which is almost always an HTML element.
- Need to setup a CI environment (Travis not working out, sadly)
- Need greater diversity of browsers for test coverage (folks are welcome to help out here)
- Need to test Grid-based functions
The clj-webdriver Uncyclo by Daniel Gregoire and community is licensed under a Creative Commons Attribution 4.0 International License. Based on a work at https://github.com/semperos/clj-webdriver/wiki.