Ecosyste.ms: Timeline

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

diemol

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [dotnet][java][js][py][rb][rust] Update dependency bazel_features to v1.23.0 (#14974) Co-authored-by: renovate[bot] ... 70b8cb7

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[dotnet][java][js][py][rb][rust] Update dependency bazel_features to v1.23.0
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bazel_features | bazel_dep | minor | `1.13.0` -> `1.23.0` | --- ### Configuration 📅 **Schedule**...
diemol created a review on a pull request on SeleniumHQ/selenium
Thank you, @joerg1985!

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
By the code, I meant the Selenium code you are using and bumping into the issue.

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
We need a way to reproduce the issue. Please provide the code we can use to do so.

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
I will close this because it went stale.

View on GitHub

diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: RequestWillBeSent doesn't work when the link opens another tab
### What happened? Hello. I am using selenium to check submitted Requests from a page. I use the Network.RequestWillBeSent event for this. Everything works well until I come across a link that o...
diemol deleted a branch SeleniumHQ/selenium

renovate/aspect_bazel_lib-2.x

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [dotnet][java][js][py][rb][rust] Update dependency aspect_bazel_lib to v2.10.0 (#14971) Co-authored-by: renovate[bot... 73cc46e

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[dotnet][java][js][py][rb][rust] Update dependency aspect_bazel_lib to v2.10.0
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | aspect_bazel_lib | bazel_dep | minor | `2.8.1` -> `2.10.0` | --- ### Configuration 📅 **Schedule*...
diemol created a comment on a pull request on SeleniumHQ/selenium
Thanks for rasing the PR, however we commented the [code was going to stay as it was,](https://github.com/SeleniumHQ/selenium/issues/9977#issuecomment-1001114642) is there any other motivation for ...

View on GitHub

diemol deleted a branch SeleniumHQ/selenium

renovate/rules_dotnet-0.x

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [dotnet] Update dependency rules_dotnet to v0.17.5 (#14970) * [dotnet] Update dependency rules_dotnet to v0.17.5 ... 565bef9

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[dotnet] Update dependency rules_dotnet to v0.17.5
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_dotnet | bazel_dep | minor | `0.16.1` -> `0.17.5` | --- ### Configuration 📅 **Schedule**: ...
diemol created a review on a pull request on SeleniumHQ/selenium

View on GitHub

diemol pushed 1 commit to trunk SeleniumHQ/selenium

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[java] JSpecify annotations for wrappers
### **User description** ### Description In this PR I'm adding nullness annotations for interfaces: - `WrapsDriver` - `WrapsElement` None of the methods in these wrappers can return a null v...
diemol created a review on a pull request on SeleniumHQ/selenium
Thank you, @mk868!

View on GitHub

diemol created a review on a pull request on SeleniumHQ/selenium
@mk868 it looks like the new check is already making CI fail. That is good. Do you think you can fix the errors and then we can merge, please?

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
Please share the complete Grid logs.

View on GitHub

diemol pushed 423 commits to jspecify-wrappers mk868/selenium
  • [bidi][java] Add execute script high-level API (#14330) Related to #13992 bed411d
  • Add timeout and tests for curb, also added the gem curb that was not part of selenium (#14285) a93c89b
  • [ci] Use a tag to figure out what we might want to release (#14378) Co-authored-by: Diego Molina <[email protected]... e4258ea
  • [py] moved all pytest configuration settings from `pytest.ini` file to `pyproject.toml` (#14256) --------- Co... 26f9aa2
  • [java] Enabling `testSelectionSelectBySymbol` in Chrome eb80d93
  • [py] Skipping `test_change_window_size` for Edge 280a076
  • [java] Use the return value of the updated "se" prefixed caps ef1b422
  • [bazel] Use the `release` configs for the release tasks (#14423) Rather than passing `--stamp` everywhere, use a pro... e2f6e14
  • Add delete comments workflow (#14439) We are getting spam in the issues' comments. This should get rid of it. ---... 424fdfa
  • Moving workflow file to correct directory 96fc6ce
  • Bumping action version 3963bb8
  • [java][js] Fixing prompt/alert related tests if BiDi is enabled f0fdb9e
  • [java] Hacky fix for the Chrome keyboard input test 44cf4a4
  • [java] Enable tests in Edge f9b043e
  • [py] Add unhandled prompt behavior to 'ignore' option if BiDi is enabled (#14440) f4518b8
  • [java] Enable navigation event test in Chrome and Edge 88f00af
  • [dotnet] Disable setting 'websocketurl' capability for Chrome tests 85f589e
  • chore(ci): correct github-script API calls (#14442) * chore(ci): correct github-script API calls Since V5 of gith... cdc57b2
  • [rust] Include arguments for skipping drivers and browsers in path (#14444) * [rust] Include arguments for skipping ... a056044
  • Release 4.24.0 (#14429) * update Rust version to 0.4.24 * Rust Changelog * Update pinned browser versions *... 748ffc9
  • and 403 more ...

View on GitHub

diemol pushed 2 commits to nullaway mk868/selenium
  • [java] JSpecify annotations for immutable models and enums (#14395) Co-authored-by: Puja Jagani <puja.jagani93@gmail... b60fb8e
  • Merge branch 'trunk' into nullaway 6113108

View on GitHub

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [java] JSpecify annotations for immutable models and enums (#14395) Co-authored-by: Puja Jagani <puja.jagani93@gmail... b60fb8e

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[java] JSpecify annotations for immutable models and enums
### **User description** ### Description In this PR I'm adding nullness annotations for classes - `Dimension` - `Keys` - `Point` - `Rectangle` - `UsernameAndPassword` #### `Dimension` -...
diemol created a review on a pull request on SeleniumHQ/selenium
Thank you, @mk868!

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
I will close this because we did not get more details. Feel free to add them below and we will reopen the issue.

View on GitHub

diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: [java17] Encountered JsonException while using selenium versions higher than 4.13.0 , unable to connect to remote WebDriver
### What happened? Automation framework with same set up works for selenium 4.13.0 but fails as we upgrade selenium version Code using as below - please note - there is no issue with local br...
diemol created a comment on an issue on SeleniumHQ/selenium
Could you please contact pono [at] sfconservancy.org for this topic?

View on GitHub

diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: Analytics data collection unlawful under the Privacy and Electronic Communications Regulations 2003 (EU/UK)
### What happened? While debugging a slow running test suite, I unexpectedly received the following warning: ``` 2024-12-09 10:47:36 WARN Selenium [:selenium_manager] Error sending stats to ...
diemol pushed 422 commits to jspecify mk868/selenium
  • [bidi][java] Add execute script high-level API (#14330) Related to #13992 bed411d
  • Add timeout and tests for curb, also added the gem curb that was not part of selenium (#14285) a93c89b
  • [ci] Use a tag to figure out what we might want to release (#14378) Co-authored-by: Diego Molina <[email protected]... e4258ea
  • [py] moved all pytest configuration settings from `pytest.ini` file to `pyproject.toml` (#14256) --------- Co... 26f9aa2
  • [java] Enabling `testSelectionSelectBySymbol` in Chrome eb80d93
  • [py] Skipping `test_change_window_size` for Edge 280a076
  • [java] Use the return value of the updated "se" prefixed caps ef1b422
  • [bazel] Use the `release` configs for the release tasks (#14423) Rather than passing `--stamp` everywhere, use a pro... e2f6e14
  • Add delete comments workflow (#14439) We are getting spam in the issues' comments. This should get rid of it. ---... 424fdfa
  • Moving workflow file to correct directory 96fc6ce
  • Bumping action version 3963bb8
  • [java][js] Fixing prompt/alert related tests if BiDi is enabled f0fdb9e
  • [java] Hacky fix for the Chrome keyboard input test 44cf4a4
  • [java] Enable tests in Edge f9b043e
  • [py] Add unhandled prompt behavior to 'ignore' option if BiDi is enabled (#14440) f4518b8
  • [java] Enable navigation event test in Chrome and Edge 88f00af
  • [dotnet] Disable setting 'websocketurl' capability for Chrome tests 85f589e
  • chore(ci): correct github-script API calls (#14442) * chore(ci): correct github-script API calls Since V5 of gith... cdc57b2
  • [rust] Include arguments for skipping drivers and browsers in path (#14444) * [rust] Include arguments for skipping ... a056044
  • Release 4.24.0 (#14429) * update Rust version to 0.4.24 * Rust Changelog * Update pinned browser versions *... 748ffc9
  • and 402 more ...

View on GitHub

Load more