Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: alerts not working properly
### What happened? tried triggering an alert, then dismissing it, but Selenium never detects the alert. it's just that. ![image](https://github.com/user-attachments/assets/fa53e8ec-5fca-4695-8f38...diemol created a comment on an issue on SeleniumHQ/selenium
You need to install a display and a window manager to have it working. Something like Xvfb and Fluxbox. You can check https://github.com/SeleniumHQ/docker-selenium for guidance.
diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]:When Run In Docker, I Get This: SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
### What happened? When I run a selenium jar in the docker container, the _new ChromeDriver()_ function can not run in its way, and i get this error. And the code can run successfully in the host ...diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium
- Update Gemfile.lock and checksums (#15100) * Update Gemfile.lock and checksums * Platform added and tested locall... 24d84bd
diemol closed a pull request on SeleniumHQ/selenium
Update Gemfile.lock and checksums
### **User description** **Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contr...diemol opened an issue on bazel-contrib/rules_jvm_external
Check boms for outdated deps when running `bazel run @maven//:outdated`
We use the command `bazel run @maven//:outdated` to fetch outdated dependencies and update them. We have this command embedded in a script to do this for us. We recently noticed that this command ...diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium
- Formatting changelogs 91bcc16
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Bumping versions for junit, netty, and opentelemetry efe5a34
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Add nullness for Proxy and print (#15094) Co-authored-by: Diego Molina <[email protected]> 11e1309
diemol closed a pull request on SeleniumHQ/selenium
[java] Add nullness for Proxy and print
### **User description** ### Description In this PR I'm adding nullness annotations for classes: - `org.openqa.selenium.Proxy` - `org.openqa.selenium.print.PageMargin` - `org.openqa.selenium....diemol pushed 7 commits to jspecify-print-and-proxy mk868/selenium
- [java] Add nullness for interactions (#15095) dbe3f27
- [java] Removing unpinned_maven to resolve dependencies b9f768f
- [dotnet] Finalize nullability in internal devtools generator (#15088) * [dotnet] Move devtools generator into a spec... 835c8a0
- [java][js][py] Add straight relative-by locators (#14482) Co-authored-by: Puja Jagani <[email protected]> 960ff05
- Fix formatting c47ab71
- Fix formatting 1b48855
- Merge branch 'trunk' into jspecify-print-and-proxy 588dfda
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Removing unpinned_maven to resolve dependencies b9f768f
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Add nullness for interactions (#15095) dbe3f27
diemol closed a pull request on SeleniumHQ/selenium
[java] Add nullness for interactions
### **User description** ### Description In this PR I'm adding nullness annotations for classes: - `org.openqa.selenium.interactions.Encodable` - `org.openqa.selenium.interactions.InputSource`...diemol closed a pull request on SeleniumHQ/selenium
[java] Add nullness for exceptions
### **User description** ### Description In this PR I'm adding nullness annotations for classes: - `org.openqa.selenium.NoSuchElementException` - `org.openqa.selenium.NotFoundException` - `or...diemol pushed 2 commits to jspecify-exceptions mk868/selenium
diemol pushed 30 commits to jspecify-exceptions mk868/selenium
- [rb] Update Jruby to version 9.4.9.0 (#14791) * Update ruby version * Update checksum * Update Jruby version ... e4b1e48
- [grid] Dynamic Grid is able to trigger video record in browser node (#15047) Signed-off-by: Viet Nguyen Duc <nguyend... 928833e
- [java] Nullness annotations for Cookie and Platform (#15062) Co-authored-by: Diego Molina <[email protected]... 040b9ba
- [dotnet] Move devtools generator to `System.Text.Json`, update to .NET 8 (#15061) 6da3095
- [dotnet] Safari driver supports /status endpoint (#15066) 61dc85b
- [dotnet] Simplify nuget package readme code example 013443d
- [rust] Use tax.xz for Firefox package starting in version 135 f064eca
- [JS] Specify Node.js engine version as 22.x LTS in package.json (#15058) * [js] set min node verstion to 22.x lts ... 27072c0
- [java] Update dependency org.mockito:mockito-core to v5.15.2 (#15016) Co-authored-by: renovate[bot] <29139614+renova... d224cf3
- [py] Update supported Python versions 3.9+ (#15018) * [py] Update supported Python versions 3.9+ --------- ... e37334c
- [JS] Add detailed error message for invalid cookie name validation in getCookie method c657e70
- [JS] Add err message for invalid cookie name in deleteCookie method 62c3daf
- [JS] Enables diagnostic logging for Safari 49ee40b
- [JS] update npm deps to latest 5b02e61
- [dotnet] Guard for cookie deletion when name is empty (#15074) bd225cc
- [js] Update dependency @apollo/client to v3.12.5 (#15075) * [js] Update dependency @apollo/client to v3.12.5 * Re... 02f3ca7
- [dotnet] Modernize code style in the devtools source generator (#15067) * [dotnet] Modernize code style in the devto... f33ad97
- [java] Replace anonymous types with lambdas (#15043) 790fd61
- [py] Upgraded WebDriverWait Docstrings (#15054) * Improved WebDriverWait Docstrings * format.sh * Revert "form... d2ab626
- [dotnet] Add nullability to `FirefoxExtension` (#14964) * [dotnet] Add nullability to `FirefoxExtension` * Handle... 2ca9b4f
- and 10 more ...
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Add nullness for virtualauthenticator (#15082) Co-authored-by: Diego Molina <[email protected]> 83d5265
diemol pushed 29 commits to jspecify-virtualauthenticator mk868/selenium
- [rb] Update Jruby to version 9.4.9.0 (#14791) * Update ruby version * Update checksum * Update Jruby version ... e4b1e48
- [grid] Dynamic Grid is able to trigger video record in browser node (#15047) Signed-off-by: Viet Nguyen Duc <nguyend... 928833e
- [java] Nullness annotations for Cookie and Platform (#15062) Co-authored-by: Diego Molina <[email protected]... 040b9ba
- [dotnet] Move devtools generator to `System.Text.Json`, update to .NET 8 (#15061) 6da3095
- [dotnet] Safari driver supports /status endpoint (#15066) 61dc85b
- [dotnet] Simplify nuget package readme code example 013443d
- [rust] Use tax.xz for Firefox package starting in version 135 f064eca
- [JS] Specify Node.js engine version as 22.x LTS in package.json (#15058) * [js] set min node verstion to 22.x lts ... 27072c0
- [java] Update dependency org.mockito:mockito-core to v5.15.2 (#15016) Co-authored-by: renovate[bot] <29139614+renova... d224cf3
- [py] Update supported Python versions 3.9+ (#15018) * [py] Update supported Python versions 3.9+ --------- ... e37334c
- [JS] Add detailed error message for invalid cookie name validation in getCookie method c657e70
- [JS] Add err message for invalid cookie name in deleteCookie method 62c3daf
- [JS] Enables diagnostic logging for Safari 49ee40b
- [JS] update npm deps to latest 5b02e61
- [dotnet] Guard for cookie deletion when name is empty (#15074) bd225cc
- [js] Update dependency @apollo/client to v3.12.5 (#15075) * [js] Update dependency @apollo/client to v3.12.5 * Re... 02f3ca7
- [dotnet] Modernize code style in the devtools source generator (#15067) * [dotnet] Modernize code style in the devto... f33ad97
- [java] Replace anonymous types with lambdas (#15043) 790fd61
- [py] Upgraded WebDriverWait Docstrings (#15054) * Improved WebDriverWait Docstrings * format.sh * Revert "form... d2ab626
- [dotnet] Add nullability to `FirefoxExtension` (#14964) * [dotnet] Add nullability to `FirefoxExtension` * Handle... 2ca9b4f
- and 9 more ...
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Add nullness for net (#15083) Co-authored-by: Diego Molina <[email protected]> 34540ec
diemol closed a pull request on SeleniumHQ/selenium
[java] Add nullness for net
### **User description** ### Description In this PR I'm adding nullness annotations for classes: - `org.openqa.selenium.net.DefaultNetworkInterfaceProvider` - `org.openqa.selenium.net.HostIden...diemol created a comment on an issue on SeleniumHQ/selenium
Not the file itself, the content/text as a comment.
diemol pushed 28 commits to jspecify-net mk868/selenium
- [rb] Update Jruby to version 9.4.9.0 (#14791) * Update ruby version * Update checksum * Update Jruby version ... e4b1e48
- [grid] Dynamic Grid is able to trigger video record in browser node (#15047) Signed-off-by: Viet Nguyen Duc <nguyend... 928833e
- [java] Nullness annotations for Cookie and Platform (#15062) Co-authored-by: Diego Molina <[email protected]... 040b9ba
- [dotnet] Move devtools generator to `System.Text.Json`, update to .NET 8 (#15061) 6da3095
- [dotnet] Safari driver supports /status endpoint (#15066) 61dc85b
- [dotnet] Simplify nuget package readme code example 013443d
- [rust] Use tax.xz for Firefox package starting in version 135 f064eca
- [JS] Specify Node.js engine version as 22.x LTS in package.json (#15058) * [js] set min node verstion to 22.x lts ... 27072c0
- [java] Update dependency org.mockito:mockito-core to v5.15.2 (#15016) Co-authored-by: renovate[bot] <29139614+renova... d224cf3
- [py] Update supported Python versions 3.9+ (#15018) * [py] Update supported Python versions 3.9+ --------- ... e37334c
- [JS] Add detailed error message for invalid cookie name validation in getCookie method c657e70
- [JS] Add err message for invalid cookie name in deleteCookie method 62c3daf
- [JS] Enables diagnostic logging for Safari 49ee40b
- [JS] update npm deps to latest 5b02e61
- [dotnet] Guard for cookie deletion when name is empty (#15074) bd225cc
- [js] Update dependency @apollo/client to v3.12.5 (#15075) * [js] Update dependency @apollo/client to v3.12.5 * Re... 02f3ca7
- [dotnet] Modernize code style in the devtools source generator (#15067) * [dotnet] Modernize code style in the devto... f33ad97
- [java] Replace anonymous types with lambdas (#15043) 790fd61
- [py] Upgraded WebDriverWait Docstrings (#15054) * Improved WebDriverWait Docstrings * format.sh * Revert "form... d2ab626
- [dotnet] Add nullability to `FirefoxExtension` (#14964) * [dotnet] Add nullability to `FirefoxExtension` * Handle... 2ca9b4f
- and 8 more ...
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Add nullness for Require (#15084) Co-authored-by: Diego Molina <[email protected]> a3a007b