Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pujagani pushed 1 commit to trunk SeleniumHQ/selenium
- [java] Enhance error message for NoSuchElementException and return unmodifiable set for pinned scripts (#14707) Co-a... 4a0d05e
pujagani closed a pull request on SeleniumHQ/selenium
[java] stream api usage enhancement
### **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 15 commits to java-stream-api-usage-enhancement iampopovich/selenium
- [py] Fixed Flaky Upload Tests (#14706) 39fee38
- [py] Fixed Flaky Bidi Test (#14701) 0219666
- [grid] prevent NPE in handling request with unsupported http method f56b3d0
- [py] Added Deprecation of WebElement.get_attribute() per #13334 (#14675) bb3053b
- [py] add a new ExtendedHandler in webserver.py (#14705) f9d3096
- [py] add safari service tests (#14700) This also cleans up the running of Safari tests --------- Signed-off-b... 71bc491
- [grid] check session ownership once 9f664c6
- [grid] check session ownership once 431c412
- [grid] check session ownership once 97c5118
- [java] use annotations to restart the driver in unittests 53836c7
- [dotnet] Add more well-known dictionary types for capability json serialization 6f41ef9
- [java] restore testEnvironment in JavaScriptTestSuite 4480d12
- [java] use common annotations in BiDi tests (#14702) 84a72f6
- [java]: mark WebElement.getAttribute deprecated (#14666) Co-authored-by: Viet Nguyen Duc <[email protected]... cd7303c
- Merge branch 'trunk' into java-stream-api-usage-enhancement 02659f0
pujagani created a review on a pull request on SeleniumHQ/selenium
LGTM. Thank you @iampopovich
pujagani pushed 28 commits to trunk AdamPDotty/selenium
- [dotnet] [bidi] Reveal browsing context module in bidi instance (#14684) 9c9d99a
- [dotnet] Fix adding cookies when ReturnedCookie class is used (#14697) 8aee746
- [java] allow to cancel a pending http request 78b6ea4
- [dotnet] Bumping version for patch release 70119ed
- [dotnet] Bumping version for nightly 965f6b1
- [py] Bumping version for patch release 0ffecd4
- [py] Bumping version for nightly efd1ce1
- [rb] Update minimum Ruby to 3.1 (#14685) 3.0 is EOL in Apr 2024 33c7169
- [dotnet] Deprecate WebElement.GetAttribute() (#14676) ac523a5
- [java] ensure the correct delegate is called by the server thread 30ff932
- Update mirror info (Fri Nov 1 00:26:00 UTC 2024) 76fadd7
- [py] Fix TypeError when init Safari webdriver (#14699) * [py] Fix TypeError when init Safari webdriver * Try to ena... 7c389f9
- [dotnet][rb][java][js][py] Automated Browser Version Update (#14559) Update pinned browser versions Co-authored-b... cde43bc
- [py] Fixed Flaky Upload Tests (#14706) 39fee38
- [py] Fixed Flaky Bidi Test (#14701) 0219666
- [grid] prevent NPE in handling request with unsupported http method f56b3d0
- [py] Added Deprecation of WebElement.get_attribute() per #13334 (#14675) bb3053b
- [py] add a new ExtendedHandler in webserver.py (#14705) f9d3096
- [py] add safari service tests (#14700) This also cleans up the running of Safari tests --------- Signed-off-b... 71bc491
- [grid] check session ownership once 9f664c6
- and 8 more ...
pujagani pushed 1 commit to trunk SeleniumHQ/selenium
- [java]: mark WebElement.getAttribute deprecated (#14666) Co-authored-by: Viet Nguyen Duc <[email protected]... cd7303c
pujagani closed a pull request on SeleniumHQ/selenium
[java]: mark WebElement.getAttribute deprecated
### **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
LGTM. Thank you! @Delta456
pujagani pushed 1 commit to trunk SeleniumHQ/selenium
- [java] use common annotations in BiDi tests (#14702) 84a72f6
pujagani closed a pull request on SeleniumHQ/selenium
[java] use common annotations in BiDi tests
### **User description** ### Motivation and Context This PR will use the common annotations in the BiDi tests to ensure the driver is restarted. Additionally the provided NettyAppServer is used a...pujagani created a review on a pull request on SeleniumHQ/selenium
LGTM. Thank you so much @joerg1985!
pujagani created a branch on pujagani/seleniumhq.github.io
BStackExample - Official Selenium website and documentation
pujagani created a comment on an issue on SeleniumHQ/selenium
@bogishvili I understand your use case here. However, we can support what is available in the WebDriver BiDi spec https://w3c.github.io/webdriver-bidi/#module-network. Currently, there is no way de...
pujagani created a comment on a pull request on SeleniumHQ/selenium
@diemol @krmahadevan Please help review this when time permits!
pujagani pushed 13 commits to pr/revise-extension-capabilities-handling sbabcoc/selenium
- [grid] limit the number of websocket connections per session (#14410) Co-authored-by: Viet Nguyen Duc <nguyenducviet... e9e684d
- [py] moved `isort`, `black` and `docformatter` settings from `tox.ini` file to `pyproject.toml` (#14671) * moved iso... 8e95ea9
- [dotnet] Fixed typo in ResponseData MymeType -> MimeType (#14670) fixed typo in ResponseData MymeType -> MimeType 9b8cfb1
- [py] Added more internal logging for CDP (#14668) Co-authored-by: Viet Nguyen Duc <[email protected]> f391cd0
- [grid] enable the httpclient to perform async requests #14403 (#14409) Co-authored-by: Viet Nguyen Duc <nguyenducvie... e7c09a2
- [ci][rb] Fix remote tests (#14679) Signed-off-by: Viet Nguyen Duc <[email protected]> 5be3015
- [build] Prepare for release of Selenium 4.26.0 (#14665) * Update pinned browser versions * Update supported versi... 69f9e5e
- [ci] Fix pinned browsers fetch different msedgedriver version per OS (#14683) Signed-off-by: Viet Nguyen Duc <nguyen... 8ccf021
- Update mirror info (Wed Oct 30 12:19:03 UTC 2024) a1afc01
- [ci] Bumping version for nightly [skip ci] db343b9
- [grid] cancel pending request on client timeout 7175349
- Update mirror info (Thu Oct 31 00:20:04 UTC 2024) b9b384a
- Merge branch 'trunk' into pr/revise-extension-capabilities-handling ee1fc8f
pujagani commented on a commit on SeleniumHQ/selenium
No rush. I appreciate your time here. Thank you so much!
pujagani commented on a commit on SeleniumHQ/selenium
Hey! There are some failing tests, probably due to this PR. Can you please help take a look? We typically check if all RBE tests are passing or if failures are due to changes before merging the req...
pujagani pushed 1 commit to trunk SeleniumHQ/selenium
- [java] SpotBugs exclude `NM_CLASS_NAMING_CONVENTION` (#14596) Co-authored-by: Puja Jagani <[email protected]> edff2f3
pujagani closed a pull request on SeleniumHQ/selenium
[java] SpotBugs exclude `NM_CLASS_NAMING_CONVENTION`
### **User description** ### Description As described in this [comment](https://github.com/SeleniumHQ/selenium/pull/14421#issuecomment-2395023808), SpotBugs found some additional bugs in the cod...pujagani pushed 4 commits to safari-DMI_HARDCODED_ABSOLUTE_FILENAME mk868/selenium
- [grid] UI Liveview disconnect noVNC websocket when closing dialog (#14598) a75cd4b
- [grid] UI Sessions view sort Duration in ascending by default (#14599) c6e78d8
- [py] Remote connection throws resp status code when data is empty (#14601) Signed-off-by: Viet Nguyen Duc <nguyenduc... 4c2491f
- Merge branch 'trunk' into safari-DMI_HARDCODED_ABSOLUTE_FILENAME c5ef9ba