()
| 358 | |
| 359 | |
| 360 | def 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 | |
| 378 | def show_mkpres_usage(): |
no outgoing calls
no test coverage detected
searching dependent graphs…