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
A html element may have multiple classes like: <a class="foo bar">. Then when I use browser.find_elements_by_class_name('bar') or similar method the element is not found. I believe it should be.