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

Function show_extract_objects_usage

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

Source from the content-addressed store, hash-verified

501
502
503def show_extract_objects_usage():
504 c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX
505 c3 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
506 cr = colorama.Style.RESET_ALL
507 sc = " " + c2 + "** " + c3 + "extract-objects" + c2 + " **" + cr
508 print(sc)
509 print("")
510 print(" Usage:")
511 print(" seleniumbase extract-objects [SB_FILE.py]")
512 print(" OR: sbase extract-objects [SB_FILE.py]")
513 print(" Output:")
514 print(" Creates page objects based on selectors found in a")
515 print(" seleniumbase Python file and saves those objects to the")
516 print(' "page_objects.py" file in the same folder as the tests.')
517 print("")
518
519
520def show_inject_objects_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…