destroyInstance
void destroyInstance(T instance)
Destroys an instance of the driver.
After the last method is run, the driver instance is destroyed. This means browser windows, if any, are closed and used
resources are freed.
- Parameters:
instance - The instance to be destroyed