Description of the method.
Syntax
object.ClearCache
Parameters
None.
Return Value
Returns True if the method succeeds or False if the method fails.
Remarks
This method will clear the browser cache for the current session.
This can be useful if you wish to force the browser to reload content.
If you have created the browser instance using a temporary data folder,
or you have set the InPrivate property to True, the browser
session will always start with a new user profile and will not contain
any cached content.
See Also
ClearCookies Method,
ClearHeaders Method,
ClearHistory Method,
DataFolder Property,
InPrivate Property
|