We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f72ee commit 90ab3beCopy full SHA for 90ab3be
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.0 (20 Aug 2024)
2
+
3
+* feat: emulateTouchFromMouseEvent
4
5
## 1.5.1 (10 Aug 2024)
6
7
* fix: WebSocket message base64 encoded
package.json
@@ -1,6 +1,6 @@
{
"name": "chobitsu",
- "version": "1.5.1",
+ "version": "1.6.0",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
0 commit comments