Ecosyste.ms: Timeline

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

pujagani

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium

View on GitHub

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

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium
  • [java] use common annotations in BiDi tests (#14702) 84a72f6

View on GitHub

pujagani deleted a branch SeleniumHQ/selenium

bidi-tests

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!

View on GitHub

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

View on GitHub

pujagani created a comment on a pull request on SeleniumHQ/selenium
@diemol @krmahadevan Please help review this when time permits!

View on GitHub

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

View on GitHub

pujagani commented on a commit on SeleniumHQ/selenium
No rush. I appreciate your time here. Thank you so much!

View on GitHub

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

View on GitHub

pujagani pushed 1 commit to trunk SeleniumHQ/selenium

View on GitHub

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

View on GitHub

pujagani created a comment on an issue on SeleniumHQ/selenium
Please use the Augmented driver in the code. Example code: ``` public class CDPNetworkCapture { public static void main(String[] args) throws MalformedURLException { RemoteWebDri...

View on GitHub

pujagani closed a pull request on SeleniumHQ/selenium
[java] elaborate more when session does not get created
### **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 comment on a pull request on SeleniumHQ/selenium
Thank you for sharing. I think the error emphasises sharing the capabilities causing the error, which might not be possible or need to be shared as part of the exception. This message does not capt...

View on GitHub

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

View on GitHub