Add devtools listener setting

This commit is contained in:
2022-01-26 12:12:40 -05:00
parent 35cd237552
commit 57aa039421
8 changed files with 50 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ export const RUN_SCRIPT = "bd-run-script";
export const NAVIGATE = "bd-did-navigate-in-page";
export const OPEN_DEVTOOLS = "bd-open-devtools";
export const CLOSE_DEVTOOLS = "bd-close-devtools";
export const TOGGLE_DEVTOOLS = "bd-toggle-devtools";
export const OPEN_WINDOW = "bd-open-window";
export const INSPECT_ELEMENT = "bd-inspect-element";
export const MINIMUM_SIZE = "bd-minimum-size";