Skip to content

Commit

Permalink
Adding support for Apple's SafariDriver in .NET
Browse files Browse the repository at this point in the history
The Apple SafariDriver is being released concurrently with Safari 10.
The SafariDriver extension used for previous versions of Safari has
been unmaintained for some time. This commit allows users of the .NET
bindings to use the Apple implementation, and removes support for the
legacy, extension-based implementation.
  • Loading branch information
jimevanssfdc committed Sep 15, 2016
1 parent e812c9f commit 9f5f45c
Show file tree
Hide file tree
Showing 42 changed files with 216 additions and 4,279 deletions.
47 changes: 0 additions & 47 deletions dotnet/src/webdriver/Safari/Internal/AcceptEventArgs.cs

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions dotnet/src/webdriver/Safari/Internal/ConnectionEventArgs.cs

This file was deleted.

47 changes: 0 additions & 47 deletions dotnet/src/webdriver/Safari/Internal/ErrorEventArgs.cs

This file was deleted.

56 changes: 0 additions & 56 deletions dotnet/src/webdriver/Safari/Internal/FrameType.cs

This file was deleted.

84 changes: 0 additions & 84 deletions dotnet/src/webdriver/Safari/Internal/HandlerFactory.cs

This file was deleted.

Loading

2 comments on commit 9f5f45c

@egemenceylan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can we implement these files to our project. Can someone help us ?

@jimevans
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would you want to? The legacy driver that this code used to support is no longer supported by the Selenium project. The current SafariDriver class in the .NET bindings supports Apple's driver for Safari, and that is the supported channel going forward.

Please sign in to comment.