Class SeleniumDeprecated

  • Direct Known Subclasses:
    Selenium

    public class SeleniumDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse setOptionChromeDriverPath​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionFirefoxBinaryPath​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionFirefoxDriverPath​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionIeDriverPath​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionPhantomJsBinaryPath​(java.lang.String apikey, java.lang.String string)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeleniumDeprecated

        public SeleniumDeprecated​(ClientApi api)
    • Method Detail

      • setOptionChromeDriverPath

        @Deprecated
        public ApiResponse setOptionChromeDriverPath​(java.lang.String apikey,
                                                     java.lang.String string)
                                              throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Sets the current path to ChromeDriver

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setOptionFirefoxBinaryPath

        @Deprecated
        public ApiResponse setOptionFirefoxBinaryPath​(java.lang.String apikey,
                                                      java.lang.String string)
                                               throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Sets the current path to Firefox binary

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setOptionFirefoxDriverPath

        @Deprecated
        public ApiResponse setOptionFirefoxDriverPath​(java.lang.String apikey,
                                                      java.lang.String string)
                                               throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Sets the current path to Firefox driver (geckodriver)

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setOptionIeDriverPath

        @Deprecated
        public ApiResponse setOptionIeDriverPath​(java.lang.String apikey,
                                                 java.lang.String string)
                                          throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Sets the current path to IEDriverServer

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException
      • setOptionPhantomJsBinaryPath

        @Deprecated
        public ApiResponse setOptionPhantomJsBinaryPath​(java.lang.String apikey,
                                                        java.lang.String string)
                                                 throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Sets the current path to PhantomJS binary

        This component is optional and therefore the API will only work if it is installed

        Throws:
        ClientApiException