|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperaDriverSupplier
OperaDriverSupplier extends the Google Guava Supplier interface to make it
possible to specify capabilities on a supplier.
A driver supplier allows easy construction of differently configured drivers.
OperaDriverBuilder| Method Summary | |
|---|---|
org.openqa.selenium.Capabilities |
getCapabilities()
Gets the capabilities of this supplier. |
OperaSettings |
getSettings()
Gets the settings of this supplier. |
void |
setCapabilities(org.openqa.selenium.Capabilities capabilities)
Changes the capabilities for this supplier. |
void |
setSettings(OperaSettings settings)
Changes the settings for this supplier. |
| Methods inherited from interface com.google.common.base.Supplier |
|---|
get |
| Method Detail |
|---|
void setSettings(OperaSettings settings)
settings - new settingsOperaSettings getSettings()
void setCapabilities(org.openqa.selenium.Capabilities capabilities)
capabilities - new capabilitiesorg.openqa.selenium.Capabilities getCapabilities()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||