回答編集履歴

1

typo

2021/04/13 07:03

投稿

int32_t
int32_t

スコア20884

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) で [`Input.dispatch*Event`](https://chromedevtools.github.io/devtools-protocol/tot/Input/)を実行します。
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/)を実行します。