ReactTestUtils: scryRenderedDOMComponentsWithClass()

scryRenderedDOMComponentsWithClass(
  tree,
  className
)

Finds all DOM elements of components in the rendered tree that are DOM components with the class name matching className.

ReactTestUtils: scryRenderedDOMComponentsWithClass() — Structure map

Clickable & Draggable!

ReactTestUtils: scryRenderedDOMComponentsWithClass() — Related pages: