Ecosyste.ms: Timeline

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

pujagani

pujagani created a comment on an issue on SeleniumHQ/selenium
Thank you for sharing the details. I was able to reproduce the issue. I am looking into it. Though high chances this is not specific to Selenium.

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
Headless mode is supported by the browser. Selenium simply instructs the browser to start in a headless mode. Can you please elaborate on your feature request? I don't think video recording is poss...

View on GitHub

pujagani pushed 45 commits to grid-logging-properties-fix JHeflinger/selenium
  • [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
  • [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
  • and 25 more ...

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
Also, the issue is not specific to Selenium. It is how the chromedriver operates in Ubuntu systems and certain OS architectures. While I understand raising it here, I think it might be a better ide...

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium
  • [java] SpotBugs exclude `NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE` from the `firefox.AddHasExtensions$1` (#14766) Co-a... a96f6aa

View on GitHub

pujagani closed a pull request on SeleniumHQ/selenium
[java] SpotBugs exclude `NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE` from the `firefox.AddHasExtensions$1`
### **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 pushed 41 commits to fix-firefox-AddHasExtensions mk868/selenium
  • [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
  • [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
  • and 21 more ...

View on GitHub

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

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
Can you try the options "--remote-debugging-pipe", "--headless=new", and "--disable-gpu-sandbox" and check if that helps? Thank you!

View on GitHub

pujagani created a review on a pull request on SeleniumHQ/selenium
@iampopovich Thank you!

View on GitHub

pujagani created a comment on a pull request on SeleniumHQ/selenium
We probably consider deprecating and eventually removing the null check methods of the Require class and using the ones available in Java 8 instead throughout out code base.

View on GitHub

pujagani created a comment on a pull request on SeleniumHQ/selenium
@mykola-mokhnach Can you please help review this PR?

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium
  • [dotnet] Add CDP deprecation warning for Firefox (#14759) Co-authored-by: Nikolay Borisenko <22616990+nvborisenko@us... 8f725b3

View on GitHub

pujagani closed a pull request on SeleniumHQ/selenium
[dotnet] Add CDP deprecation warning for Firefox
### **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 pushed 9 commits to add-cdp-warning pujagani/selenium
  • [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
  • Merge branch 'trunk' into add-cdp-warning af41cb2

View on GitHub

pujagani pushed 1 commit to add-cdp-warning pujagani/selenium
  • Update dotnet/src/webdriver/Remote/RemoteWebDriver.cs Co-authored-by: Nikolay Borisenko <22616990+nvborisenko@users.... 25d1f6e

View on GitHub

pujagani pushed 1 commit to add-cdp-warning pujagani/selenium

View on GitHub

pujagani pushed 1 commit to add-cdp-warning pujagani/selenium

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium

View on GitHub

pujagani closed a pull request on SeleniumHQ/selenium
[java] Fix SpotBugs bugs in the Selenium manager
### **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 comment on an issue on SeleniumHQ/selenium
I appreciate your help. Thank you so much!

View on GitHub

pujagani opened a pull request on SeleniumHQ/selenium
[dotnet] Add CDP deprecation warning for Firefox
**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...
pujagani created a branch on pujagani/selenium

add-cdp-warning - A browser automation framework and ecosystem.

pujagani created a comment on a pull request on SeleniumHQ/selenium
Hey! I think it looks good to me. There was a failing test for re-running the CI. It should be good to go once that is sorted.

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
2 versions are not major versions, 2 minor versions are good too. We roughly do a release each month. Our November release will have the warning, which will be present in December's release. So by ...

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium
  • [java][js] Add Firefox CDP deprecation warnings 19fc217

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
Typically we deprecate a feature for 2 versions and then remove it. Our plan is to add deprecation warnings and then remove the support.

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
Hey! I can loop this back to the Selenium TLC and see if get the support removed as soon as possible.

View on GitHub

pujagani deleted a branch SeleniumHQ/selenium

renovate/org.hsqldb-hsqldb-2.x

pujagani pushed 1 commit to trunk SeleniumHQ/selenium
  • chore(deps): update dependency org.hsqldb:hsqldb to v2.7.4 (#14740) Co-authored-by: renovate[bot] <29139614+renovate... 697bae7

View on GitHub

Load more