-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: evangwt/selenium
base: master
head repository: tebeka/selenium
compare: master
- 15 commits
- 11 files changed
- 10 contributors
Commits on May 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9a0798f - Browse repository at this point
Copy the full SHA 9a0798fView commit details
Commits on Mar 12, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 2c4a25a - Browse repository at this point
Copy the full SHA 2c4a25aView commit details
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4820b82 - Browse repository at this point
Copy the full SHA 4820b82View commit details
Commits on Mar 22, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for ad8cc51 - Browse repository at this point
Copy the full SHA ad8cc51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b95d0 - Browse repository at this point
Copy the full SHA 47b95d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b28ba - Browse repository at this point
Copy the full SHA b0b28baView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e617f98 - Browse repository at this point
Copy the full SHA e617f98View commit details -
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! ```Configuration menu - View commit details
-
Copy full SHA for 4a1a40c - Browse repository at this point
Copy the full SHA 4a1a40cView commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b013556 - Browse repository at this point
Copy the full SHA b013556View commit details
Commits on Jul 2, 2021
-
Fix printf warnings (tebeka#251)
SA1006 – Printf with dynamic first argument and no further arguments https://staticcheck.io/docs/checks#SA1006
Configuration menu - View commit details
-
Copy full SHA for 4eb9d71 - Browse repository at this point
Copy the full SHA 4eb9d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 494fbc2 - Browse repository at this point
Copy the full SHA 494fbc2View commit details
Commits on Aug 12, 2021
-
Removed duplicate json.Marshal, causing tebeka#236 (tebeka#237)
Co-authored-by: Pedro Sousa <PEDROMSOUSA@ext.worten.pt>
Configuration menu - View commit details
-
Copy full SHA for 0862687 - Browse repository at this point
Copy the full SHA 0862687View commit details
Commits on Oct 8, 2021
-
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)
Configuration menu - View commit details
-
Copy full SHA for 75ca383 - Browse repository at this point
Copy the full SHA 75ca383View commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2fb003a - Browse repository at this point
Copy the full SHA 2fb003aView commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e9100b7 - Browse repository at this point
Copy the full SHA e9100b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master