Class RemoteDeviceProvider

  • All Implemented Interfaces:
    DeviceProvider<org.openqa.selenium.remote.RemoteWebDriver>, Consumer<Device<org.openqa.selenium.remote.RemoteWebDriver>>, Supplier<Device<org.openqa.selenium.remote.RemoteWebDriver>>

    public class RemoteDeviceProvider
    extends BaseDeviceProvider<org.openqa.selenium.remote.RemoteWebDriver>
    • Constructor Detail

      • RemoteDeviceProvider

        public RemoteDeviceProvider​(String name,
                                    URL remoteAddress)
    • Method Detail

      • getRemoteAddress

        public URL getRemoteAddress()
      • initialize

        public void initialize()
      • get

        public Device<org.openqa.selenium.remote.RemoteWebDriver> get()