Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SeleniumHQ/selenium
base: 6615cce35ae8
Choose a base ref
...
head repository: SeleniumHQ/selenium
compare: 12d5d14df84a
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 8, 2018

  1. Copy the full SHA
    9973ff3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4ecd81 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ab1ba8d View commit details
    Browse the repository at this point in the history
  4. Adding the DriverProcessStarting event to the .NET DriverService object

    This event gives users the ability to modify the ProcessStartInfo instance
    used to start the executable for the given DriverService. Possible use
    cases include being able to redirect the streams for stdin, stdout and
    stderr, or running the driver service executable as a different user
    context than the user currently logged into the machine.
    jimevans committed Dec 8, 2018
    Copy the full SHA
    03b5642 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    12d5d14 View commit details
    Browse the repository at this point in the history