While adding docs to watir-webdriver, I've thought it might be a good
idea to split a set of Browser methods to a separate APIs.
1. History (Navigation?) API, which currently works as Browser#back,
Browser#forward. This will let us add JS-based extensions (e.g. to
work with history) while it's not supported by WebDriver.
2. Checkers API (accessible via browser.checkers) with methods like
#add, #delete, #run, #list, etc. Apparently, the checkers feature
can be extended without making Browser class too big.
What do you think about it?
--
Cheerz,
Alex Rodionov
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development