Replies: 1 comment 2 replies
-
That depends on the SeleniumBase Syntax Format used. With the When using the Python debugger, you'll see all the methods. Set a This assumes you're looking for the methods, rather than the types associated. >>> from seleniumbase import Driver
>>> help(Driver) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a big fan of my IDE knowing that types/functions are available as I'm coding. However, right from the start with code like
VSCode thinks that the
sb
type isUnknown
, meaning that there is no auto-complete for any function names called on sb. I'm wondering if I'm doing something wrong here, or if types are just not a part of this library.Beta Was this translation helpful? Give feedback.
All reactions