I want to click on Sign in which is Span tag by using css selector;
driver.find_element_by_css_selector("span:contains('Sign In')")
following is code from website;
<a aria-label="Use the Enter key to use the profile pane" data-e2e-link="LoginSignInButton" role="menuitem" class="ng-star-inserted"><span class="text-white">Sign In</span></a>