Maksim Sadym
Maksim Sadym
- Upstream: https://github.com/w3c/webdriver-bidi/issues/318 - Spec: https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-RemoteValue-serialization - Umbrella chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1420968 ## Tracking - [ ] Array and String iterators (needs a change in V8): https://bugs.chromium.org/p/v8/issues/detail?id=14206 - [ ] Array-like...
Umbrella chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1420968 Add general platform object into CDP serialization `generateWebDriverValue` to fulfil the BiDi specification ["value is a **platform object**"](https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-RemoteValue-serialization). The difference with the general object is in...
To keep the example scripts up-to-date, we need to check if they really work cross-browser. To achieve that, we can run cross-browser example scripts in CI in main.
- [x] https://github.com/GoogleChromeLabs/chromium-bidi/milestone/2 - [ ] https://github.com/GoogleChromeLabs/chromium-bidi/milestone/7
As a user, I want to know if there was something wrong with the Mapper e.g. during event processing. Currently such events are simply ignored.
Script evaluator get temporary objects during deserialization. This temp objects should be released after used in `callFunction`.
https://stryker-mutator.io/docs/stryker-js/introduction/