MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Chrome

Class Chrome

tools/python-3.11.9-amd64/Lib/webbrowser.py:316–323  ·  view source on GitHub ↗

Launcher class for Google Chrome browser.

Source from the content-addressed store, hash-verified

314
315
316class Chrome(UnixBrowser):
317 "Launcher class for Google Chrome browser."
318
319 remote_args = ['%action', '%s']
320 remote_action = ""
321 remote_action_newwin = "--new-window"
322 remote_action_newtab = ""
323 background = True
324
325Chromium = Chrome
326

Callers 1

register_X_browsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected