Mike Williams <[EMAIL PROTECTED]>  wrote on 01/07/2005 10:54:59 PM:

>
> How about something like:
>
>     Selenium.commands.myCommand = ...
>     Selenium.asserts.myCondition = ...
>     Selenium.elementLocators.myCriteria = ...
>     Selenium.patternMatchers.myPatternType = ...
>     Selenium.optionMatchers.myCriteria = ...
>
> Thoughts?

+1

Also, given our recent discussions on generalizing some of the commands, do we want:

Selenium.getters.myGetter = ...

e.g.
Selenium.getters.attribute = function() {....

This would then be used automatically to support:

getAttribute, assertAttribute, verifyAttribute, assertAttributeNot,
verifyAttributeNot, waitForAttribute, waitForAttributeNot
storeAttribute



David Kemp
ThoughtWorks Australia Pty Ltd
http://www.thoughtworks.com

_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to