The SafariOptions type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SafariOptions |
Initializes a new instance of the SafariOptions class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAdditionalCapability |
Provides a means to add additional capabilities not yet added as type safe options
for the Safari driver.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToCapabilities |
Returns ICapabilities for Safari with these options included as
capabilities. This copies the options. Further changes will not be
reflected in the returned capabilities.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | CustomExtensionPath |
Gets or sets the path to the SafariDriver.safariextz file from which the extension will be installed.
|
![]() | Port |
Gets or sets the port on which the SafariDriver will listen for commands.
|
![]() | SafariLocation |
Gets or sets the install location of the Safari browser.
|
![]() | SkipExtensionInstallation |
Gets or sets a value indicating whether to skip the installation of the SafariDriver extension.
|
See Also