Files
browser/src
Pierre Tachoire 675932c65b cdp: improve playwright support
The getTargetInfo result must return a `targetInfo` key.

Here is an example returned by Chrome:
```json
{
  "id": 16,
  "result": {
    "targetInfo": {
      "targetId": "d93a1bbc-f906-4bbb-bb4d-a2285234b091",
      "type": "browser",
      "title": "",
      "url": "",
      "attached": true,
      "canAccessOpener": false
    }
  }
}
```
2025-03-10 14:57:05 +01:00
..
2025-03-10 14:57:05 +01:00
2025-02-27 16:09:10 +08:00
2025-02-09 11:04:21 +08:00
2025-01-27 12:33:05 +01:00
2025-02-20 14:06:38 +08:00
2025-02-26 21:00:43 +08:00
2025-02-22 09:10:40 +08:00
2025-01-27 12:33:05 +01:00
2024-11-21 16:42:48 +01:00
2025-02-27 11:00:37 +08:00
2025-02-26 21:00:43 +08:00
2025-02-26 21:00:43 +08:00
2024-11-21 16:42:48 +01:00