Package io.webdevice.support
Class CustomFirefoxProvider
- java.lang.Object
-
- io.webdevice.device.BaseDeviceProvider<org.openqa.selenium.firefox.FirefoxDriver>
-
- io.webdevice.support.CustomFirefoxProvider
-
- All Implemented Interfaces:
DeviceProvider<org.openqa.selenium.firefox.FirefoxDriver>,Consumer<Device<org.openqa.selenium.firefox.FirefoxDriver>>,Supplier<Device<org.openqa.selenium.firefox.FirefoxDriver>>
public class CustomFirefoxProvider extends BaseDeviceProvider<org.openqa.selenium.firefox.FirefoxDriver>
-
-
Field Summary
-
Fields inherited from class io.webdevice.device.BaseDeviceProvider
capabilities, confidential, log, name
-
-
Constructor Summary
Constructors Constructor Description CustomFirefoxProvider(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Device<org.openqa.selenium.firefox.FirefoxDriver>get()voidinitialize()-
Methods inherited from class io.webdevice.device.BaseDeviceProvider
getCapabilities, getConfidential, getName, maskedCapabilities, setCapabilities, setConfidential
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.webdevice.device.DeviceProvider
accept
-
-