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
Removed self.assertIn("Google", driver.title) from given code because when we search for "selenium" keyword in http://www.python.org it is not getting redirected to Google.com.
So given example is failing because of "self.assertIn("Python", driver.title)"
0 commit comments