Maksim Sadym
Maksim Sadym
The build is failing, because the [`storage.getCookies`](https://github.com/GoogleChromeLabs/chromium-bidi/pull/1593) is not merged in Mapper.
**UPD:** cookies tests are passing. ~Test state: Page.cookies ✅ should return no cookies in pristine browser context (291ms) ✅ should get a cookie (338ms) ✅ should properly report httpOnly cookie...
Prototype `getCookies` and `setCookie` and API discussion: https://github.com/puppeteer/puppeteer/pull/11532
I believe this issue can be closed as implemented
Add support `.connect` for FF
Manually adding discussion from https://www.w3.org/wiki/WebDriver/2024-05-BiDi#Agenda minuted in IRC but was not written here: > **sadym:** classic doesnt specify if we should follow grapheme clusters. There is a placeholder issue. I...
Closing in favor of https://github.com/web-platform-tests/wpt/pull/46301
Could you please provide the commands log? Does it work via Webdriver Classic, Webdriver BiDi, or CDP?
Please note that webdriver classic is in maintenance mode, while new features are expected to be added to [webdriver bidi](https://w3c.github.io/webdriver-bidi/).
> > 1. It looks like the behaviour changed: It used to set a cursor anywhere inside the element, and now it selects the whole content. Was it intended? >...