Yugang
unread,Jul 13, 2010, 2:15:42 PM7/13/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium-Flex API - Development
Hi, guys,
Currently we are seeing some inconsistencies between commands and
command interfaces:
1. Some flex commands take 1 parameter, some take 2 and some take 3
parameters.
What do you think about making all the getFlex command interfaces
consistent by taking 2 parameters so that we can always use verifyFlex
commands in Selenium IDE? Currently you can NOT use verifyFlex if the
getFlex command does not take 2 parameters.
Should we force all commands even for doFlex to take 2 parameters if
we expose them via Commands?
2. Some commands require additional values to be in target while
others take everything else from value.
For example, some commands have the following interface:
target: <DataGridId>, <Row>, <Column>
value: <Data>
While others take the following:
target: <DataGridId>
value: <Row>, <Column>, <Data>
Thanks,
Yugang