org.openqa.selenium.os.win32
Class WindowsProcessGroup

java.lang.Object
  extended by org.openqa.selenium.os.win32.WindowsProcessGroup

@Beta
public class WindowsProcessGroup
extends java.lang.Object

Utility class for grouping a set of processes into a process group on Windows. This is primarily used for processes that spawn child processes and then disconnect from them: killing the parent process should kill the children too. That sounds a bit more sinsiter than it actually is.


Constructor Summary
WindowsProcessGroup(java.lang.String... executableAndArgs)
           
 
Method Summary
 void destroy()
           
 void executeAsync()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsProcessGroup

public WindowsProcessGroup(java.lang.String... executableAndArgs)
Method Detail

executeAsync

public void executeAsync()

destroy

public void destroy()


Copyright © 2012. All Rights Reserved.