Re: shutdown command documentation

I am not sure that /shutdown should be specified. The ChromeDriver has it
for graceful shutdown of their binary from looking at the OSS code but this
is not in the FirefoxDriver,Marionette (Mozilla's implementation) or
IEDriver. I can't find it  documented on the OSS JSON Wire page either.

Is this really needed since it is an implicit action for terminating the
httpd (which has not spec prose for starting it up) when delete session[1]
is called?

David

[1] http://w3c.github.io/webdriver/webdriver-spec.html#delete-session

On 28 July 2015 at 01:01, John Jansen <John.Jansen@microsoft.com> wrote:

>  Interesting, shutdown is not spec’d anywhere, even though it is used by
> the Selenium bindings. Can we have it added to the spec?
>
>
>
>
>
> *Spec*
>
> N/A
>
> *Spec Command Name*
>
> N/A
>
> *Spec Link*
>
> N/A
>
> *Internal Command Name*
>
> shutdown
>
> *Description*
>
> Shuts down the server.
>
> *HTTP Request*
>
> GET /shutdown
>
> *JSON Parameters*
>
> None
>
> *JSON Response value*
>
> None
>
>
>

Received on Tuesday, 28 July 2015 00:22:28 UTC