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: evangwt/selenium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tebeka/selenium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 11 files changed
  • 10 contributors

Commits on May 1, 2020

  1. Add the HTTPOnly field to Cookie

    edef1c authored and minusnine committed May 1, 2020
    Configuration menu
    Copy the full SHA
    9a0798f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Move remote_test.go to selenium_test.go

    That is what that package is in the file and this allows for remote_test
    to be package test for unexported functions in remote.go
    nveeser committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2c4a25a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Add SameSite cookie suport

    nveeser committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4820b82 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Move remote_test.go to selenium_test.go

    That is what that package is in the file and this allows for remote_test
    to be package test for unexported functions in remote.go
    nveeser authored and minusnine committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ad8cc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b95d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b28ba View commit details
    Browse the repository at this point in the history
  4. Update NewExtension() to build CRX3 formatted Chrome extensions (tebe…

    …ka#232)
    
    * Update NewExtension (and friends) to build Chrome extensions using the now required CRX3 headers
    nveeser authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    e617f98 View commit details
    Browse the repository at this point in the history
  5. Update example to avoid showing go vet warnings

    Minor fix to help users not get confused by the sneaky go vet warning.
    
    Previous output
    
    ```
    {
        "value": "./prog.go:6:4: Println arg list ends with redundant newline\nGo vet exited.\n\nHello WebDriver!\n\n\nProgram exited."
    }
    ./prog.go:6:4: Println arg list ends with redundant newline
    Go vet exited.
    Hello WebDriver!
    ```
    
    New output
    
    ```
    {
        "value": "Hello WebDriver!\n\nProgram exited."
    }
    Hello WebDriver!
    ```
    vishnukarthikl authored and minusnine committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4a1a40c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    b013556 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Fix printf warnings (tebeka#251)

    SA1006 – Printf with dynamic first argument and no further arguments
    https://staticcheck.io/docs/checks#SA1006
    fodpeter authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4eb9d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494fbc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Removed duplicate json.Marshal, causing tebeka#236 (tebeka#237)

    Co-authored-by: Pedro Sousa <PEDROMSOUSA@ext.worten.pt>
    jucasansao and Pedro Sousa authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0862687 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Fix some static check warnings (tebeka#252)

    firefox/capabilities.go:67:2: only the first constant in this group has an explicit type (SA9004)
    internal/seleniumtest/seleniumtest.go:719:6: func v is unused (U1000)
    internal/seleniumtest/seleniumtest.go:1022:8: should use time.Since instead of time.Now().Sub (S1012)
    remote.go:936:7: should use strings.EqualFold instead (SA6005)
    selenium.go:220:2: only the first constant in this group has an explicit type (SA9004)
    selenium_test.go:42:3: should use fmt.Fprintf instead of fmt.Fprint(fmt.Sprintf(...)) (S1038)
    selenium_test.go:145:10: this result of append is never used, except maybe in other appends (SA4010)
    selenium_test.go:149:3: this value of opts is never used (SA4006)
    selenium_test.go:149:10: this result of append is never used, except maybe in other appends (SA4010)
    fodpeter authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    75ca383 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Add W3C Actions (tebeka#243)

    x-Xymos authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2fb003a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    e9100b7 View commit details
    Browse the repository at this point in the history
Loading