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