(global_handler)
| 131 | |
| 132 | |
| 133 | def close_devtools(global_handler): |
| 134 | main_browser = cef.GetBrowserByIdentifier(MAIN_BROWSER_ID) |
| 135 | global_handler.HasDevTools_True = main_browser.HasDevTools() |
| 136 | main_browser.CloseDevTools() |
| 137 | subtest_message("DevTools popup ok") |
| 138 | |
| 139 | |
| 140 | class GlobalHandler(object): |
nothing calls this directly
no test coverage detected