Class FlaNiumDriverCommandExecutor

  • All Implemented Interfaces:
    org.openqa.selenium.logging.NeedsLocalLogs, org.openqa.selenium.remote.CommandExecutor

    public class FlaNiumDriverCommandExecutor
    extends org.openqa.selenium.remote.HttpCommandExecutor
    DriverCommandExecutor that understands FlaNium Driver specific commands.
    • Constructor Detail

      • FlaNiumDriverCommandExecutor

        public FlaNiumDriverCommandExecutor​(FlaNiumDriverService driverService)
      • FlaNiumDriverCommandExecutor

        public FlaNiumDriverCommandExecutor​(URL remoteUrl)
    • Method Detail

      • execute

        public org.openqa.selenium.remote.Response execute​(org.openqa.selenium.remote.Command command)
                                                    throws IOException
        Specified by:
        execute in interface org.openqa.selenium.remote.CommandExecutor
        Overrides:
        execute in class org.openqa.selenium.remote.HttpCommandExecutor
        Throws:
        IOException