Ecosyste.ms: Timeline

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

diemol

diemol created a comment on an issue on SeleniumHQ/selenium
https://github.com/SeleniumHQ/docker-selenium?tab=readme-ov-file#grid-url-and-session-timeout

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
I'm sorry, but we cannot troubleshoot the whole application you are trying to build. It seems that you cannot isolate the issue and relate it to just Selenium; it happens when you combine severa...

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
What do you mean by "recording a test using Electron application"?

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
There might be something wrong with the dependencies because those methods are included in all releases and this is the first time someone reports this. Can you try the same on a different machi...

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
I did not mean to add the proxy as a capability, which you already do. I meant the PAC configuration itself. I cannot troubleshoot that for you.

View on GitHub

diemol created a comment on an issue on SeleniumHQ/selenium
You need to configure your PAC Proxy properly so it can access that URL https://www.selenium.dev/documentation/selenium_manager/#connectivity-issues

View on GitHub

diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: Selenium Manager is encountering an issue with the setProxyAutoconfigUrl() method.
### What happened? An error occurs when trying to set a proxy auto-configuration URL using setProxyAutoconfigUrl() in a FirefoxOptions object. The geckodriver is not able to launch, and the follow...
diemol created a comment on an issue on SeleniumHQ/selenium
What happens if you try on a local Linux machine? What happens if you use the Docker [images](https://github.com/SeleniumHQ/docker-selenium)?

View on GitHub

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

View on GitHub

diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: After the user manually switches windows, the current value of the window handle remains unchanged
### What happened? I don't know if this issue is a bug or a requirement After the program runs, open the browser and open the default window. The user can operate the current window to open ano...
diemol created a comment on an issue on SeleniumHQ/selenium
It is exactly what @navin772 says. Selenium WebDriver can only account for automated actions done in the session.

View on GitHub

diemol deleted a branch SeleniumHQ/selenium

renovate/org.assertj-assertj-core-3.x

diemol closed a pull request on SeleniumHQ/selenium
[java] Update dependency org.assertj:assertj-core to v3.27.1
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.assertj:assertj-core](https://assertj.github.io/doc/#assertj-c...
diemol created a comment on an issue on SeleniumHQ/selenium
If you need to skip Selenium Manager, use the same pattern mentioned [here](https://www.selenium.dev/documentation/selenium_manager/#custom-package-managers), which means you should set the [driver...

View on GitHub

diemol closed an issue on SeleniumHQ/selenium
[🚀 Feature]: [seleniumManager.js]:the Functions of the binaryPaths Method
### Feature and motivation There are two questions in total **1.The return speed of selenium manager. exe is uncertain** ``` const smBinary = getBinary() const spawnResult = spawnSync(sm...
diemol deleted a branch SeleniumHQ/selenium

renovate/grpc-java-monorepo

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [java] Update dependency io.grpc:grpc-context to v1.69.0 (#14980) * [java] Update dependency io.grpc:grpc-context to... 0edfe37

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[java] Update dependency io.grpc:grpc-context to v1.69.0
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-context](https://redirect.github.com/grpc/grpc-java) ...
diemol deleted a branch SeleniumHQ/selenium

renovate/firefox_standalone

diemol deleted a branch SeleniumHQ/selenium

renovate/chrome_standalone

diemol closed a pull request on SeleniumHQ/selenium
[dotnet][java][js][py][rb][rust] Update chrome_standalone Docker digest to 804b481
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | chrome_standalone | oci_pull | digest | `1b809a9` -> `804b481` | --- ### Configuration 📅 **Sched...
diemol deleted a branch SeleniumHQ/selenium

renovate/guava-monorepo

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [java] Update dependency com.google.guava:guava to v33.4.0-jre (#14979) * [java] Update dependency com.google.guava:... 2c1adbc

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[java] Update dependency com.google.guava:guava to v33.4.0-jre
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.guava:guava](https://redirect.github.com/google/guava) ...
diemol deleted a branch SeleniumHQ/selenium

renovate/rules_oci-1.x

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [dotnet][java][js][py][rb][rust] Update dependency rules_oci to v1.8.0 (#14977) Co-authored-by: renovate[bot] <29139... fff6c46

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[dotnet][java][js][py][rb][rust] Update dependency rules_oci to v1.8.0
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_oci | bazel_dep | minor | `1.7.6` -> `1.8.0` | --- ### Configuration 📅 **Schedule**: Branc...
diemol pushed 8 commits to renovate/rules_oci-1.x SeleniumHQ/selenium
  • [java] Update dependency com.google.googlejavaformat:google-java-format to v1.25.2 (#14978) Co-authored-by: renovate... 1884d3f
  • [java] Update dependency org.redisson:redisson to v3.41.0 (#14983) Co-authored-by: renovate[bot] <29139614+renovate[... c6c60a7
  • [java] Update dependency rules_java to v7.12.4 (#14984) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.... 759bd6a
  • [grid] ensure --drain-after-session-count is respected with a lot of sessions in the queue (#14987) c826fec
  • [py] add doc for driver_path_env_key (#14997) * Revert "add alias attr to all edge structs" This reverts commit f... 7983769
  • [grid] retry if no node does support the Capabilities (#14986) * [grid] retry if no node does support the Capabiliti... 8d5ac53
  • [py] remove xfail_remote for cookie test (#14995) * Revert "add alias attr to all edge structs" This reverts comm... 513c221
  • Merge branch 'trunk' into renovate/rules_oci-1.x 8083228

View on GitHub

diemol pushed 1 commit to trunk SeleniumHQ/selenium
  • [py] remove xfail_remote for cookie test (#14995) * Revert "add alias attr to all edge structs" This reverts comm... 513c221

View on GitHub

diemol closed a pull request on SeleniumHQ/selenium
[py] remove xfail_remote for cookie test
### **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...
Load more