I am looking for a CSS selector for the following table:
Peter | male | 34 Susanne | female | 12
Is there any selector to match all
If you're using Chimp / Webdriver.io, they support a lot more CSS selectors than the CSS spec.
This, for example, will click on the first anchor that contains the words "Bad bear":
browser.click("a*=Bad Bear");