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: 67220587c5a8
Choose a base ref
...
head repository: SeleniumHQ/selenium
compare: b3062fc72018
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 21, 2018

  1. Copy the full SHA
    1a2c53f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    30d04e9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4da217c View commit details
    Browse the repository at this point in the history
  4. Fix error code for unsupported locator strategy

    W3C WebDriver spec indicates that when an unsupported locator strategy
    is used in Find Element or Find Elements command, the implementation
    should return "invalid argument" error. The existing JavaScript atoms
    for these commands didn't specify an error code, resulting in the
    default "unknown error". This commit fixes the error code.
    
    Signed-off-by: Alexei Barantsev <barancev@gmail.com>
    JohnChen0 authored and barancev committed Nov 21, 2018
    Copy the full SHA
    b3062fc View commit details
    Browse the repository at this point in the history