Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Refactoring of IE driver native events interaction code.
Browse files Browse the repository at this point in the history
This commit removes the dependency on shared native event code with
Firefox. Since Firefox no longer supports native events, it makes no
sense to have common code refactored for only one consumer, so this
commit moves the Windows-only SendMessage code directly into the IE
driver. This is a first step toward deleting the webdriver-interactions
directory. While extreme care has been taken to ensure this refactoring
causes no regressions, there is a chance something will still break.
This particular refactor should also be treated as an intermediate
step, as the ported code contains some redundancies to what is already
present in the driver. Future refactoring will take place to remove the
redundancies and better integrate the code.
  • Loading branch information
jimevans committed Dec 11, 2015
1 parent c93499d commit 1d0ae2c
Showing 1 changed file with 0 additions and 0 deletions.
Binary file added cpp/iedriverserver/IEDriverServer.aps
Binary file not shown.

0 comments on commit 1d0ae2c

Please sign in to comment.