blob: ab3d3b9b626dec6f2a614e36f4de230d65819991 [file]
//
// WebDriverUtilities.h
// iWebDriver
//
// Created by Yu Chen on 5/27/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
// This class provides a set of class methods.
@interface WebDriverUtilities : NSObject {
}
+ (void)cleanCookies;
+ (void)cleanCache;
+ (void)cleanDatabases;
@end