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
  • [rb] Remove java date dependency (#15122) remove java date e509cc3

View on GitHub

diemol pushed 1 commit to gh-pages SeleniumHQ/selenium

View on GitHub

diemol created a comment on a pull request on SeleniumHQ/selenium
>I believe that the existing treatment of "special" extension capabilities is undesirably permissive, and the inconsistent behavior we see for "non-special" extension capabilities is also undesirab...

View on GitHub

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [ci] Only checking for linux 58eec44

View on GitHub

diemol pushed 1 commit to gh-pages SeleniumHQ/selenium
  • updating javascript API docs 26c738a

View on GitHub

diemol pushed 1 commit to gh-pages SeleniumHQ/selenium

View on GitHub

diemol pushed 1 commit to gh-pages SeleniumHQ/selenium

View on GitHub

diemol created a comment on a pull request on SeleniumHQ/selenium
All other changes should be reverted, please.

View on GitHub

diemol created a comment on a pull request on SeleniumHQ/selenium
>The values of moz:debuggerAddress would be compared and found to be unequal, and the comparison would return false. No, because we will still ignore `moz:`. The only change we need is to ignore...

View on GitHub

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • Bumping version for nightly 1f68c82

View on GitHub

diemol created a tag on SeleniumHQ/selenium

selenium-4.28.0 - A browser automation framework and ecosystem.

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [build] Prepare for release of Selenium 4.28.0 (#15098) * Update pinned browser versions * Update supported versi... ac34254

View on GitHub

diemol deleted a branch SeleniumHQ/selenium

release-preparation-4.28.0

diemol closed a pull request on SeleniumHQ/selenium
[build] Prepare for release of Selenium 4.28.0
**Warning: Manually update the changelogs before merging** This PR: * Updates Rust version for Selenium Manager release * Updates Pinned browser version to coincide with new CDP release * Ad...
diemol pushed 2 commits to release-preparation-4.28.0 SeleniumHQ/selenium

View on GitHub

diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium
  • [rb] Leaving the test failing for beta 582b7d2

View on GitHub

diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium
  • [rb] Skipping test for linux now 7d7e638

View on GitHub

diemol pushed 3 commits to release-preparation-4.28.0 SeleniumHQ/selenium
  • [dotnet] Ignoring test due to Gecko bug 9ab7799
  • [py] Removing test as it also fails in Chrome But passes for both Edge and Chrome in C# and Java 3d05940
  • [rb] Enabling test 6bf8264

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
Please upgrade to the latest Selenium 4 release. If the issue is still present, please open a new issue with all the required information.

View on GitHub

diemol created a comment on a pull request on SeleniumHQ/selenium
The only change we need is to avoid matching prefixed capabilities with `options` as a name. As in, we would not process `nord:options`, simply pass it along. Can you simplify the changes m...

View on GitHub

diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium

View on GitHub

diemol pushed 7 commits to release-preparation-4.28.0 SeleniumHQ/selenium
  • chore:fix format e3768fe
  • [py] Fixed Incorrect Tabbing in DocStrings (#15096) 487b9a2
  • [dotnet] Annotate nullable reference types on `ActionBuilder` (#14844) * [dotnet] Annotate nullable reference types ... b66ceca
  • [dotnet] Remove extra/unnecessary binaries from git (#15063) Keeping only source code, not binaries. selenium/thi... 1e86898
  • [dotnet] Annotate nullability on `HttpCommandExecutor` aside from `Response` (#14871) * [dotnet] Annotate nullabilit... 48ba3a1
  • [dotnet] Obsolete setters and constructors on `Response` that are not conducive to immutability (#15107) * [dotnet] ... 3358983
  • Merge branch 'trunk' into release-preparation-4.28.0 e236c36

View on GitHub

diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium
  • [java] Enabling a few BiDi tests 994c97a

View on GitHub

diemol pushed 1 commit to release-preparation-4.28.0 SeleniumHQ/selenium

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
That is not a web pop-up or an alert. It is an OS prompt created by the browser itself.

View on GitHub

diemol pushed 4 commits to release-preparation-4.28.0 SeleniumHQ/selenium
  • [js] Update dependency @apollo/client to v3.12.6 (#15093) * [js] Update dependency @apollo/client to v3.12.6 * Re... 9cd397c
  • [java] Add NumberFormatException when the port isn't correctly formatted for Firefox, Edge and Chrome Drivers (#14946) fad6fbe
  • [java] use %n instead of \n 0959d10
  • Merge branch 'trunk' into release-preparation-4.28.0 23d03b7

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
![Image](https://github.com/user-attachments/assets/be29e676-a740-475b-9472-2445a0a58f50) This prompt you get when navigating to Google is not an alert. You can inspect it and click on the button ...

View on GitHub

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.

View on GitHub

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 ...
Load more