Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Failures are not related to changes in this PR: ```bazel //java/test/org/openqa/selenium/mobile:NetworkConnectionTest //java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest //ja...
RenderMichael pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet] Fix `JavaScriptEngine.ScriptCallbackBindings` not containing new bindings (#15221) * [dotnet] Fix `JavaScri... 421680f
RenderMichael closed a pull request on SeleniumHQ/selenium
[dotnet] Fix `JavaScriptEngine.ScriptCallbackBindings` not containing new bindings
### **User description** … new bindings **Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, pleas...RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Failures are not related to changes in this PR: ```bazel //dotnet/test/common:BiDi/Network/NetworkEventsTest-firefox //java/test/org/openqa/selenium/mobile:NetworkConnectionTest //java/test/o...
RenderMichael pushed 2 commits to script-callbacks RenderMichael/selenium
RenderMichael pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet] Annotate nullability on `SafariOptions`, error, and enums (#15219) * [dotnet] Annotate nullability on `Safa... d458c6e
RenderMichael closed a pull request on SeleniumHQ/selenium
[dotnet] Annotate nullability on `SafariOptions`, error, and enums
### **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...RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Following your advice, overriding `Equals` without implementing the interface.
RenderMichael pushed 5 commits to script-callbacks RenderMichael/selenium
- [java][js][rb][py][dotnet] Remove firefox cdp (#15200) Related to #11736 29e858f
- [bazel] Remove empty globs In Bazel 8, the default is to disallow empty globs. Rather than make more changes as we u... b85e852
- [bazel] Use the new workspace naming convention 00111ed
- [dotnet] Fully annotate nullability on `HttpCommandExecutor` (#15110) * [dotnet] Fully annotate nullability on `Http... c6d887a
- Merge branch 'trunk' into script-callbacks d2537ee
RenderMichael pushed 1 commit to script-callbacks RenderMichael/selenium
- Remove implementation of IEquatable, override normal `Equals` 3168750
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
I would like to do it for other types. In this specific PR, the contains assertion does not work without it: ```csharp Assert.That(jsEngine.InitializationScripts, Does.Contain(initScript)); // ...
RenderMichael pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet] Fully annotate nullability on `HttpCommandExecutor` (#15110) * [dotnet] Fully annotate nullability on `Http... c6d887a
RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Failed tests are not .NET-related: `//java/test/org/openqa/selenium/mobile:NetworkConnectionTest ` `//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest` `//java/test/org/openqa/...
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Fixed
RenderMichael pushed 1 commit to nullable RenderMichael/selenium
- Convert `resultMap` initialization to `Add` style instead of indexer a492392
RenderMichael pushed 1 commit to script-callbacks RenderMichael/selenium
- Implement IEquatable on `InitializationScript` 43182ff
RenderMichael pushed 1 commit to command-executor RenderMichael/selenium
- Do not log command parameters in HttpCommandExecutor at all 15459e7
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Fixed
RenderMichael pushed 1 commit to command-executor RenderMichael/selenium
- Only log parameter commands at the Trace level d0b9d47
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
That sounds great. I will include that in this PR.
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Handle nullability on `WebElement`
**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 [contributing](https://github.c...RenderMichael created a branch on RenderMichael/selenium
webelement - A browser automation framework and ecosystem.