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
RemoteException
void deselectAll(String arg0, String arg1, String arg2) throws RemoteException
RemoteException
void deselectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
RemoteException
void deselectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteException
String[] getAllOptions(String arg0, String arg1, String arg2) throws RemoteException
RemoteException
void selectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
RemoteException
void selectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteException
void selectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteException
void deselectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
RemoteException
String[] getAllSelectedOptions(String arg0, String arg1, String arg2) throws RemoteException
RemoteException
String getFirstSelectedOption(String arg0, String arg1, String arg2) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.