Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
This is safe because the current behavior throws on `null` ![image](https://github.com/user-attachments/assets/c856dd3c-fcb7-414a-8679-9a277cf958c3)
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Add nullability to `CookieJar`
**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
cookie-jar - A browser automation framework and ecosystem.
RenderMichael pushed 15 commits to action-builder RenderMichael/selenium
- [rb] Add tests for the cookie named, and updates type (#14843) * add tests for the cookie named, and updates type ... 901dc6c
- [rb] Update note for return value of Hash (#14845) Update note for return value of Hash ce7448b
- [rust] xz uncompressor for Firefox Linux nightlies (#14832) * [rust] Add xz2 dependency The xz2 crate is already ... 966bed6
- [java] Enhance Null Check in Exception Handling (#14810) 454ae25
- [py] Typing package import enhancement (#14283) 875f0a6
- [py] Moved Rust binary settings to `pyproject.toml` from `setup.py` (#14837) * Moved Rust binary settings to pyproje... 30cf1bc
- [java] SpotBugs exclude `DMI_HARDCODED_ABSOLUTE_FILENAME` (#14597) Co-authored-by: Puja Jagani <puja.jagani93@gmail.... c286473
- [java]Replace lambdas with method references (#14857) 7a93ff7
- [ci] Update script pinned_browsers for changes in Edge API product fetch (#14865) Signed-off-by: Viet Nguyen Duc <ng... a3af929
- [py] moved all getters in `fedcm/account.py` into descriptor object. (#14858) 313f7a5
- [dotnet] Migrate NUnit assertions to `Assert.That` syntax (#14853) ae6fe72
- [dotnet] Address warnings with `ActionSequence.inputDevice` and use proper alternative (#14848) 22a6f0b
- [dotnet] Migrate remaining NUnit assertions to `Assert.That` and `Has.Count` (#14870) 40ea8a4
- [dotnet] Add nullability annotations to `Proxy` (#14861) be90e2f
- Merge branch 'trunk' into action-builder 9663a05
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
outdated comment
RenderMichael pushed 1 commit to action-builder RenderMichael/selenium
- remove unnecessary changes from `ActionBuilder` e09ef7f
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
The [spec](https://w3c.github.io/webdriver/#get-alert-text) says: 1. If session's [current top-level browsing context](https://w3c.github.io/webdriver/#dfn-current-top-level-browsing-context) is...
RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
- `IAlert.Text` cannot be null bdf4338
RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
- Use ToString() instead of cast c29cb54
RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
- Fix nullability of `Alert` b0a1401
RenderMichael pushed 60 commits to trim-improvement RenderMichael/selenium
- [rust] Use endpoint for stable versions first to manage Firefox (#14536) (#14613) 0d2dda1
- [rust] Selenium Manager honors full browser version (#13419) (#14619) * [rust] Selenium Manager honors full browser ... fe5b198
- [dotnet] Propagate async throughout test setup and teardown (#14775) 0eb8393
- [dotnet][rb][java][js][py] Automated Browser Version Update (#14747) Update pinned browser versions Co-authored-b... a169e1a
- [rb][js] Add funding information to package.json and gemspec files (#14774) b164d85
- [rb] Resolve `uri` gem deprecation warning (#14770) > /home/user/.rbenv/versions/3.3.6/lib/ruby/gems/3.3.0/gems/sele... 751bacb
- [dotnet] Solidify nullability of `PinnedScript` (#14708) d9149ac
- [py] moved project metadata from `setup.py` to `pyproject.toml` (#14311) 673d2c7
- [dotnet] Add CDP deprecation warning for Firefox (#14759) Co-authored-by: Nikolay Borisenko <22616990+nvborisenko@us... 8f725b3
- [ci][py] Update latest index for new Nightly upload (#14739) Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail... 789e8d4
- [rb] implement navigation commands with BiDi (#14094) * [rb] create context manager and implement navigation with Bi... fefdba1
- [grid] avoid starting a session which will be disposed after start 192b2d5
- [java] close the running Server in unittests if a retry is needed 60e3171
- [dotnet] Modernize exception handling in tests via assert that throws (#14776) 0954cca
- [dotnet] Address warnings for Firefox devtool depreciations (#14786) e2b33c6
- [py]: replace dead battery imghdr with filetype (#14771) b1828bf
- [rb] Deprecate CDP methods on Firefox (#14763) * Deprecate CDP for firefox * Make the deprecation message less ge... e9c09a2
- [java] search windows by name without recursion #14782 99ee404
- [py] Deprecate CDP methods on Firefox (#14787) Signed-off-by: Viet Nguyen Duc <[email protected]> e2e9ac5
- [rb] Downgrade steep to 1.5.2 to avoid issues on windows based pipelines (#14790) Downgrade steep to 1.5.2 4b7d174
- and 40 more ...
RenderMichael created a comment on a pull request on SeleniumHQ/selenium
I removed the devtools changes from this PR. This PR doesn't need to handle the AOT compat for that scenario, such changes can come after (maybe paired with some generator changes, who knows).
RenderMichael pushed 1 commit to trim-improvement RenderMichael/selenium
- remove remaining changes from `DevToolsDomains` 1440e22
RenderMichael pushed 1 commit to trim-improvement RenderMichael/selenium
- Remove changes from `DevToolsDomains` 225a030
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Discussion no longer relevant to this PR. I stripped it down to its core.
RenderMichael pushed 2 commits to response RenderMichael/selenium
RenderMichael pushed 1 commit to response RenderMichael/selenium
- remove unused interal ctor from `Response` 86ec568
RenderMichael pushed 1 commit to response RenderMichael/selenium
- further whitespace diff minimizing 8d53a1d
RenderMichael pushed 1 commit to response RenderMichael/selenium
- Remove unnecessary diffs from `Response.FromErrorJson` 429fa8d
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Opened issue #14873 for this concern
RenderMichael opened an issue on SeleniumHQ/selenium
[dotnet]: Remove `ActionBuilder` type and `Create{InputDevice}{Action}` methods
### Feature and motivation Currently, users can perform high-level custom operations with the `Actions` class, as such: ```csharp var actions = new Actions(driver); actions .KeyDown(Ke...RenderMichael pushed 15 commits to input-device RenderMichael/selenium
- [rb] Add tests for the cookie named, and updates type (#14843) * add tests for the cookie named, and updates type ... 901dc6c
- [rb] Update note for return value of Hash (#14845) Update note for return value of Hash ce7448b
- [rust] xz uncompressor for Firefox Linux nightlies (#14832) * [rust] Add xz2 dependency The xz2 crate is already ... 966bed6
- [java] Enhance Null Check in Exception Handling (#14810) 454ae25
- [py] Typing package import enhancement (#14283) 875f0a6
- [py] Moved Rust binary settings to `pyproject.toml` from `setup.py` (#14837) * Moved Rust binary settings to pyproje... 30cf1bc
- [java] SpotBugs exclude `DMI_HARDCODED_ABSOLUTE_FILENAME` (#14597) Co-authored-by: Puja Jagani <puja.jagani93@gmail.... c286473
- [java]Replace lambdas with method references (#14857) 7a93ff7
- [ci] Update script pinned_browsers for changes in Edge API product fetch (#14865) Signed-off-by: Viet Nguyen Duc <ng... a3af929
- [py] moved all getters in `fedcm/account.py` into descriptor object. (#14858) 313f7a5
- [dotnet] Migrate NUnit assertions to `Assert.That` syntax (#14853) ae6fe72
- [dotnet] Address warnings with `ActionSequence.inputDevice` and use proper alternative (#14848) 22a6f0b
- [dotnet] Migrate remaining NUnit assertions to `Assert.That` and `Has.Count` (#14870) 40ea8a4
- [dotnet] Add nullability annotations to `Proxy` (#14861) be90e2f
- Merge branch 'trunk' into input-device bdf7150