org.openqa.selenium.firefox
Class ProfileManager

java.lang.Object
  extended by org.openqa.selenium.firefox.ProfileManager

public class ProfileManager
extends java.lang.Object

A manager which takes care of the housekeeping of profile management. Note that this is a singleton, which caches profiles used across the VM.

Author:
[email protected] (Gregory Block)

Method Summary
static ProfileManager getInstance()
          Returns an instance of our ProfileManager, which stores cached, initialized instances of requested profiles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final ProfileManager getInstance()
Returns an instance of our ProfileManager, which stores cached, initialized instances of requested profiles.

Returns:
a ProfileManager


Copyright © 2009. All Rights Reserved.