Constructor and Description |
---|
WebSelectProxy() |
WebSelectProxy(String endpoint) |
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 |
getEndpoint() |
String |
getFirstSelectedOption(String arg0,
String arg1,
String arg2) |
WebSelect |
getWebSelect() |
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) |
void |
setEndpoint(String endpoint) |
public WebSelectProxy()
public WebSelectProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public WebSelect getWebSelect()
public boolean isMultiple(String arg0, String arg1, String arg2) throws RemoteException
isMultiple
in interface WebSelect
RemoteException
public void deselectAll(String arg0, String arg1, String arg2) throws RemoteException
deselectAll
in interface WebSelect
RemoteException
public void deselectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
deselectByIndex
in interface WebSelect
RemoteException
public void deselectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
deselectByValue
in interface WebSelect
RemoteException
public String[] getAllOptions(String arg0, String arg1, String arg2) throws RemoteException
getAllOptions
in interface WebSelect
RemoteException
public void selectByIndex(String arg0, String arg1, String arg2, int arg3) throws RemoteException
selectByIndex
in interface WebSelect
RemoteException
public void selectByValue(String arg0, String arg1, String arg2, String arg3) throws RemoteException
selectByValue
in interface WebSelect
RemoteException
public void selectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
selectByVisibleText
in interface WebSelect
RemoteException
public void deselectByVisibleText(String arg0, String arg1, String arg2, String arg3) throws RemoteException
deselectByVisibleText
in interface WebSelect
RemoteException
public String[] getAllSelectedOptions(String arg0, String arg1, String arg2) throws RemoteException
getAllSelectedOptions
in interface WebSelect
RemoteException
public String getFirstSelectedOption(String arg0, String arg1, String arg2) throws RemoteException
getFirstSelectedOption
in interface WebSelect
RemoteException
Copyright © 2013. All rights reserved.