回答編集履歴
1
typo
test
CHANGED
@@ -2,4 +2,6 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
拡張機能の場合は手段があります。[`chrome.debugger`の`sendCommand()`](https://developer.chrome.com/docs/extensions/reference/debugger/#method-sendCommand)
|
5
|
+
拡張機能の場合は手段があります。[`chrome.debugger` の `sendCommand()`](https://developer.chrome.com/docs/extensions/reference/debugger/#method-sendCommand)
|
6
|
+
|
7
|
+
で [`Input.dispatch*Event`](https://chromedevtools.github.io/devtools-protocol/tot/Input/)を実行します。
|