Java org.openqa.selenium.safari SafariDriver fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.safari SafariDriver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.safari SafariDriver.

The text is from its open source code.

Constructor

SafariDriver()
Initializes a new SafariDriver} class with default SafariOptions .
SafariDriver(Capabilities desiredCapabilities)
Converts the specified Capabilities to a SafariOptions instance and initializes a new SafariDriver using these options.
SafariDriver(SafariOptions safariOptions)
Initializes a new SafariDriver using the specified SafariOptions .
SafariDriver(SafariDriverService safariService)
Initializes a new SafariDriver backed by the specified SafariDriverService .

Method

voidquit()