Selectors are patterns that match against elements in a document tree. In a CSS rule, they are used to define styles for elements that match the pattern.
J'ai essayé de cliquer sur un texte en utilisant sélénium.
Voici ce que le HTML ressemble. links = driver.find_element_by_link_text("2")
for link in links:
link.click( ...