Example usage for org.openqa.selenium.ie InternetExplorerDriver quit

List of usage examples for org.openqa.selenium.ie InternetExplorerDriver quit

Introduction

In this page you can find the example usage for org.openqa.selenium.ie InternetExplorerDriver quit.

Prototype

@Override
    public void quit() 

Source Link

Usage

From source file:org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory.java

License:Apache License

@Override
public void destroyInstance(InternetExplorerDriver instance) {
    instance.quit();
}