org.openqa.selenium.internal
Interface Killable


public interface Killable

Implemented by WebDriver implementations that support hard kill by killing the process at the OS level. This is interface is a last-ditch mechanism used by selenium-server and other servers trying to maintain a consistent runtime environment when facing hanging processes.


Method Summary
 void kill()
          Attempt to forcibly kill this Killable at the OS level.
 

Method Detail

kill

void kill()
Attempt to forcibly kill this Killable at the OS level. Call when all hope is lost.



Copyright © 2012. All Rights Reserved.