Puja Jagani
Puja Jagani
Thank you for the PR! It looks good to me.
[🐛 Bug]: Delete Cookies removes all cookies with the same name instead of deleting a provided Cookie
Hello! Thank you for sharing the details. I am not sure this is possible with W3C WebDriver specification https://www.w3.org/TR/webdriver2/#delete-cookie. I think this is possible in Selenium 5, using the W3C...
[🐛 Bug]: Delete Cookies removes all cookies with the same name instead of deleting a provided Cookie
Thank you for checking! I think this is the confusing part and the reason is because the one-liner and detailed description say different things. However, 'https://w3c.github.io/webdriver-bidi/#get-matching-cookies' bit is mentioned in...
Hello! Thank you for details. I agree with your suggestion here and I am glad that will help you use the OTel bit in Selenium better. Would be open to...
The changes LGTM. Can you help open it up for review? Please also sign the CLA @joebandenburg. Thank you for your contribution.
Is this still happening in 4.18.1? If so, please provide a way to reproduce the issue. Refer to https://github.com/SeleniumHQ/selenium/issues/13562#issuecomment-1933077243
Thank you! Okay, I will write one up, add a link here, and then merge the changes.
Blog post PR https://github.com/SeleniumHQ/seleniumhq.github.io/pull/1608
Sorry,I missed this. Sure, I can help take a look into this.
I have tried to reproduce this using a simple Java class to run the example below. I am on MacOS, Edge version Version 120.0.2210.133. ``` WebDriver driver = new EdgeDriver();...