Every type is Any #2928
Answered
by
mdmintz
jvitormelo
asked this question in
Q&A
Every type is Any
#2928
-
Hi! I'm new to Python, and every function/Class I use from SeleniumBase has the Any type. Is this the intended way? Or I'm missing some extension, others functions like the sleep from time has type |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jul 15, 2024
Replies: 1 comment
-
Hello. Many of the args aren't given a In the case of the SeleniumBase/seleniumbase/plugins/driver_manager.py Lines 66 to 133 in f65a302 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Many of the args aren't given a
type
, as thetype
isn't required.In the case of the
Driver()
, there are many args. See:SeleniumBase/seleniumbase/plugins/driver_manager.py
Lines 66 to 133 in f65a302