I've been searching for the past 30 minutes or so, but I can't seem to an answer to how to create an xpath selector that will match multiple classes.
After reading this: How can I match on an attribute that contains a certain string?
The closest solution I can find is:
//div[contains(@class,'atag') and contains(@class ,'btag')]
However, one of the comment suggests that it would also match:
<div class="Patagonia Halbtagsarbeit">
What XPath selector should I use to select a div with multiple classes?
Example:
<div class="fl badge bolded shadow">