MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / show_recorder_usage

Function show_recorder_usage

seleniumbase/console_scripts/run.py:360–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358
359
360def show_recorder_usage():
361 c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX
362 c3 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
363 cr = colorama.Style.RESET_ALL
364 sc = " " + c2 + "** " + c3 + "recorder" + c2 + " **" + cr
365 print(sc)
366 print("")
367 print(" Usage:")
368 print(" seleniumbase recorder [OPTIONS]")
369 print(" OR: sbase recorder [OPTIONS]")
370 print(" Options:")
371 print(" --uc / --undetected (Use undetectable mode.)")
372 print(" --behave (Also output Behave/Gherkin files.)")
373 print(" Output:")
374 print(" Launches the SeleniumBase Recorder Desktop App.")
375 print("")
376
377
378def show_mkpres_usage():

Callers 2

show_detailed_helpFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…