# Finding elements and components
Talk about
- how to use
findandfindAll find(".class")find(VueComponent)find({ name: "component-name" })- give examples with
shallowMountandmount
Talk about stubbing briefly, then in more detail in the next section.