public interface WebSelect extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deselectAll(String arg0,
String arg1,
String arg2) |
void |
deselectByIndex(String arg0,
String arg1,
String arg2,
int arg3) |
void |
deselectByValue(String arg0,
String arg1,
String arg2,
String arg3) |
void |
deselectByVisibleText(String arg0,
String arg1,
String arg2,
String arg3) |
String[] |
getAllOptions(String arg0,
String arg1,
String arg2) |
String[] |
getAllSelectedOptions(String arg0,
String arg1,
String arg2) |
String |
getFirstSelectedOption(String arg0,
String arg1,
String arg2) |
boolean |
isMultiple(String arg0,
String arg1,
String arg2) |
void |
selectByIndex(String arg0,
String arg1,
String arg2,
int arg3) |
void |
selectByValue(String arg0,
String arg1,
String arg2,
String arg3) |
void |
selectByVisibleText(String arg0,
String arg1,
String arg2,
String arg3) |
boolean isMultiple(String arg0, String arg1, String arg2) throws RemoteException
RemoteExceptionvoid deselectAll(String arg0, String arg1, String arg2) throws RemoteException
RemoteExceptionvoid deselectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
RemoteExceptionvoid deselectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteExceptionString[] getAllOptions(String arg0, String arg1, String arg2) throws RemoteException
RemoteExceptionvoid selectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
RemoteExceptionvoid selectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteExceptionvoid selectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteExceptionvoid deselectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteExceptionString[] getAllSelectedOptions(String arg0, String arg1, String arg2) throws RemoteException
RemoteExceptionString getFirstSelectedOption(String arg0, String arg1, String arg2) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.