You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check your selenium version. helium only supports 3.141.0. sounds like you are running selenium v4. In selenium v4, the find_element_by_* methods are deprecated or dont exist. Helium would need a fair amount of re-work to make it useable with selenium v4.
Hey everyone, I recently noticed this error after updating some packages. Does anyone know why this is happening?
AttributeError: 'WebDriver' object has no attribute 'find_elements_by_css_selector'
Here's the log below
The text was updated successfully, but these errors were encountered: