Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pujagani created a comment on an issue on SeleniumHQ/selenium
@joerg1985 I think its a good idea to add a warning to the log when augmented more than once.
pujagani closed an issue on SeleniumHQ/selenium
[🐛 Bug]: Selenium hanging to .get in docker?
### What happened? When running in docker, selenium hangs to fetch the zoom signing URL, but the same does not happen when running outside the container, on my machine. The code is exactly the ...pujagani created a comment on an issue on SeleniumHQ/selenium
Thank you for sharing the details. This does not seem to be a Selenium issue, since it works outside the container. Hence, I am closing it. But what I can do is share my experience to help you o...
pujagani opened a pull request on SeleniumHQ/seleniumhq.github.io
[java] Remove a wrong code example and update code lines
**Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to review and merge it quickly** Before submitting your PR, please check our [con...pujagani created a branch on pujagani/seleniumhq.github.io
fix-java-bidi-example - Official Selenium website and documentation
pujagani pushed 186 commits to dev pujagani/seleniumhq.github.io
- Added section on ByAll (#1939)[deploy site] * added section on ByAll * Update locators.en.md * Update locators... 6c6d153
- [js] Update download link with 4.24.1 [deploy site] 08907af
- Update _index.zh-cn.md (#1942) Co-authored-by: ian zhang <[email protected]> 97537ea
- Add documentation to show the alternative use of an environment variable (#1950)[deploy site] * Add documentation to... e92fc16
- Bumping versions to 4.25.0 [deploy site] 5047162
- chore: remove appium conf banner [deploy site] 6ffb803
- chore(deps): update selenium.version to v4.25.0 (#1955) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.... 553cad0
- chore(deps): update dependency selenium-devtools to v0.129.0 (#1954) Co-authored-by: renovate[bot] <29139614+renovat... 687866b
- chore(deps): update dependency selenium to v4.25.0 (#1953) Co-authored-by: renovate[bot] <29139614+renovate[bot]@use... e5c0ced
- fix(deps): update dependency org.seleniumhq.selenium:selenium-java to v4.25.0 (#1956) Co-authored-by: renovate[bot] ... 676b95f
- Use new dotnet brand (#1957)[deploy site] * Use new dotnet brand * And even more * Update selenium-clients-and... 0ed2629
- Blog post release 4.25.0 [deploy site] a9077d9
- Adjusting blog post release 4.25.0 [deploy site] b8b267c
- Fix: link for Enabling BiDI fixes #1951 e4ba51c
- [deploy site] f971698
- Fix link text [deploy site] 82bbba5
- [js] Update npm deps to latest d0f353e
- [dotnet]: fix devtools test 58eb406
- [dotnet] Update Selenium version to 4.25.0 ccc35b6
- Update selenium server jar to latest 8f7f1b0
- and 166 more ...
pujagani created a comment on an issue on SeleniumHQ/selenium
Good point, Diego. I missed this. How do you suggest we do this?
pujagani created a comment on an issue on SeleniumHQ/selenium
@bonigarcia Is this a known issue? Any suggestions from your end? Thank you!
pujagani created a comment on an issue on SeleniumHQ/selenium
Can you please confirm if this occurs with the latest version of Selenium? We only triage the latest versions since we don't do patch releases for older versions. Thank you!
pujagani created a comment on an issue on SeleniumHQ/selenium
Latest version of Selenium is 4.27.0 https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.27.0. I will be happy to look into it once you confirm the issue persists with latest Selenium ve...
pujagani created a comment on an issue on SeleniumHQ/selenium
Hello! Thank you for sharing the details. Does the same error occur in Firefox?
pujagani created a comment on an issue on SeleniumHQ/selenium
Thank you for reporting the issue and also sharing the resolution. However, this seems to be an Edge issue and I suggest please report it to them.
pujagani created a comment on an issue on SeleniumHQ/selenium
Now that I think of it, it might be a good idea to align the breaking change with a major release.
pujagani created a comment on an issue on SeleniumHQ/selenium
I think we should switch to using https://www.w3.org/TR/webdriver2/#get-named-cookie but maintain the backward compatibility. Throwing an exception if the cookie is not there would be a breaking ch...
pujagani pushed 1 commit to trunk SeleniumHQ/selenium
- [java]Replace lambdas with method references (#14857) 7a93ff7
pujagani closed a pull request on SeleniumHQ/selenium
[java]Replace lambdas with method references
### **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...pujagani created a review on a pull request on SeleniumHQ/selenium
Thank you! @iampopovich
pujagani closed an issue on SeleniumHQ/selenium
[🐛 Bug]: can't add picture in google form with Selenium, please help me
### What happened? Hello everyone, I’m reaching out for some help regarding uploading an image to Google Forms using Selenium. I’ve been working on this for days, and despite trying various app...pujagani created a comment on an issue on SeleniumHQ/selenium
Please provide a reproducible test script/repo with minimum dependencies so that we can reproduce the issue and help narrow down the root cause. It will be nice to have a complete code snippet that...
pujagani created a comment on an issue on SeleniumHQ/selenium
@Delta456 Thank you for trying to reproduce it.
pujagani created a comment on an issue on SeleniumHQ/selenium
The code uses java logging so I don't think it can be a logger issue. @kool79 Can you try and see if you run the code in the command line and face the same issue? Just trying to eliminate IDE spe...
pujagani created a comment on an issue on SeleniumHQ/selenium
@Delta456 Even with JDK23?
pujagani pushed 1 commit to trunk SeleniumHQ/selenium
- [java] SpotBugs exclude `DMI_HARDCODED_ABSOLUTE_FILENAME` (#14597) Co-authored-by: Puja Jagani <puja.jagani93@gmail.... c286473
pujagani closed a pull request on SeleniumHQ/selenium
[java] SpotBugs exclude `DMI_HARDCODED_ABSOLUTE_FILENAME`
### **User description** ### Description As described in this [comment](https://github.com/SeleniumHQ/selenium/pull/14421#issuecomment-2395023808), SpotBugs found some additional bugs in the code....pujagani created a review on a pull request on SeleniumHQ/selenium
Thank you @mk868 !
pujagani pushed 66 commits to safari-DMI_HARDCODED_ABSOLUTE_FILENAME mk868/selenium
- [ci][py] Init launcher tests for Edge Signed-off-by: Viet Nguyen Duc <[email protected]> 2bd18eb
- [java][js] Add Firefox CDP deprecation warnings 19fc217
- [py] add edge driver tests (#14723) --------- Signed-off-by: Viet Nguyen Duc <[email protected]> Co-... 0a724b1
- [dotnet] Fix `RelativeBy.Near` and empty list return (#14737) dd0b2ba
- [🚀 Feature] [py]: Support FedCM commands for python (#14710) d3d8070
- [py] Added Common Tests to Edge CI (#14748) --------- Signed-off-by: Viet Nguyen Duc <[email protected]... d55eff3
- [java] Fix SpotBugs bugs in the Selenium manager (#14608) Co-authored-by: Viet Nguyen Duc <[email protected]> be8fc7e
- [grid] detect a client timeout while session creation #14743 fc03c5e
- [grid] stop a stale session more graceful b0464e1
- [rb] Handle graceful webdriver shutdown (#14430) When shutting down `Selenium::WebDriver::ServiceManager#stop_server... 7f4d4bf
- [java] consume the input of the connection bee1571
- [dotnet] Make FirefoxProfile AOT-safe (#14742) 83d52f8
- [grid] retry creating a session in a distributed grid e4ab299
- [dotnet] Enable NRT on exceptional types (#14672) 9054e89
- [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
- and 46 more ...