Skip to content

Colorama refactoring for Windows users #2164

@mdmintz

Description

@mdmintz

Colorama refactoring for Windows users

Windows users may experience performance degradation if colorama.init(autoreset=True) gets called multiple times.

To get around this, SeleniumBase should instead call colorama.just_fix_windows_console() (Added in tartley/colorama#352).

colorama.init(autoreset=True) is currently used in multiple places in SeleniumBase. (This is OK for macOS and Linux users!)

This refactoring will prevent issues, such as #2163

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions