| 1 | """NOTE: This uses plain UC Mode, which was replaced by UC + CDP Mode. |
| 2 | PyAutoGUI is installed automatically for uc_gui methods if not already.""" |
| 3 | from rich.pretty import pprint |
| 4 | from seleniumbase import SB |
nothing calls this directly
no test coverage detected