-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for Apple's SafariDriver in .NET
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
1 parent
e812c9f
commit 9f5f45c
Showing
42 changed files
with
216 additions
and
4,279 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
dotnet/src/webdriver/Safari/Internal/BinaryMessageHandledEventArgs.cs
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
dotnet/src/webdriver/Safari/Internal/ConnectionEventArgs.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
9f5f45c
There was a problem hiding this comment.
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 ?
9f5f45c
There was a problem hiding this comment.
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.