Get the component on a page
I need to get the component node and here's how the component can be available on the page:
page-->jcr:content-->root-->component
page-->jcr:content-->root-->responsivegred-->component
page-->jcr:content-->root-->responsivegred-<anyrandom number>-->component
page-->jcr:content-->root-->responsivegred-->container-->component
I have the path till root and I want to fetch the comp node. What could be an efficient way?