Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

RenderMichael

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Add nullability to `IniFileReader`
**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

ini-file-reader - A browser automation framework and ecosystem.

RenderMichael opened an issue on dotnet/roslyn
Langword null fixer breaks when `null` is at the end of the strinrg
**Version Used**: 17.13.0 Preview 2.1 **Steps to Reproduce**: ```csharp class C { /// <summary> /// /// </summary> /// <param name="x"></param> /// <exception cref="ArgumentN...
RenderMichael deleted a branch RenderMichael/selenium

nunit-4

RenderMichael deleted a branch RenderMichael/selenium

session-id

RenderMichael pushed 13 commits to trunk RenderMichael/selenium
  • [bazel]: Bump `rules_protobuf` to avoid warning about `maven` namespace (#14891) 7cde7f8
  • [bazel]: Prepare for bump of `rules_closure` (#14890) Future updates to `rules_closure` remove the handy `closure/li... 2cc530d
  • [bazel] Switch to rules_closure 0.12.0 (#14895) 744e7d6
  • [rb] BiDi Network: add_request_handler, remove_request_handler, clear_request_handlers (#14751) * Start the work on ... 89b84ae
  • [dotnet] [bidi] Convert RemoteRefrence to an interface daf7356
  • [dotnet] [bidi] Convert RemoteObjectReference to an interface 19b7b5d
  • [dotnet] [bidi] Fix name of autodetect proxy configuration e6d6e0b
  • [rust] Use file lock to protect concurrent accesses to cache (fix #13511 and #13686) * [rust] Use file lock to prote... 6ce47b2
  • [dotnet] [cdp] Add more internal logs around CDP implementation Related to #14903 cd138fc
  • [java]: Improved span name for `TracedCommandExecutor` (#14902) Co-authored-by: Puja Jagani <[email protected]> 825b040
  • Automate dependencies repins for Renovate PRs (#14709) Co-authored-by: Viet Nguyen Duc <[email protected]> 7ee9d16
  • [dotnet] Correct assertion of struct type in internal tests (#14878) 4f25f67
  • [dotnet] Add nullability annotations to `SessionId` (#14841) c0b45ad

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
This is actually not the exception users will see. If this exception is thrown, it is handled and transformed `HttpRequestException` -> `WebDriverException` earlier in the code, here: https://gith...

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Format issues seems to be coming from `rust/src/lock.rs`, and test failure is in `//java/test/org/openqa/selenium:ClickTest-firefox-beta`. I think this PR has no issues.

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Luckily this is the same behavior which already exists. Currently the method `UnpackAndThrowOnError` throws the same exception. The only difference here is the more specific message and inner excep...

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael pushed 2 commits to http-exception RenderMichael/selenium
  • [grid] decrement the connection per session counter on close #14842 (#14854) 4ea71ca
  • Merge branch 'trunk' into http-exception 02967de

View on GitHub

RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Remove indirection through `Response` on HTTP exception
**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

http-exception - A browser automation framework and ecosystem.

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Personally I would make this an `InvalidOperationException`. Even better, I would make this class generic on `TCommandInfo` and pass in that value. (this would also remove the need for the `Type Re...

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
So I took a deeper look at this, and although it's storing datetime values, it does so as unix timestamps (and therefore, numbers). ![image](https://github.com/user-attachments/assets/e5838dfa-2...

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael pushed 1 commit to session-id RenderMichael/selenium
  • Handle nullability for session Id in `WebDriver` 7810cf3

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
According to spec, StartSession always contains a `sessionId` ![image](https://github.com/user-attachments/assets/18a66ba4-176b-43f0-b011-a0182232ba4f)

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael pushed 1 commit to session-id RenderMichael/selenium
  • Throw on missing sessionId from StartSession a9cc9d6

View on GitHub

RenderMichael pushed 2 commits to trunk RenderMichael/selenium
  • [dotnet] Add nullability to `Alert`s (#14669) 6442f61
  • [rust] Fix Edge updates API deserialization (#14851) * [selenium manager]: fix edge artifact deserialisation * ad... 622cb43

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
done

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
  • Mark `IAlert.Text` as nullable f03f0f9

View on GitHub

RenderMichael deleted a branch RenderMichael/selenium

response-ctor

RenderMichael pushed 4 commits to trunk RenderMichael/selenium
  • [rust] Bump Selenium Manager version 71db187
  • [rust] Bump SM crates and rules_rust to the latest versions 3f3fd78
  • [dotnet] Add nullability to `CookieJar` (#14874) 28e9a3a
  • [dotnet] Refactor away private constructor from `Response` (#14877) 0174bce

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
I tried with all the combinations, from `alert()` to `prompt()`. It always returns `string.Empty`. About the exceptions, if we get `value is null` then the current way will throw `NullReferenceE...

View on GitHub

Load more