| 1 | """UC Mode has PyAutoGUI methods for stealthy actions. |
| 2 | PyAutoGUI gets installed automatically if not already. |
| 3 | This old UC Mode code is made obsolete by CDP Mode.""" |
| 4 | from seleniumbase import SB |
nothing calls this directly
no test coverage detected