Use Ctrl + Shift + Ior right click anywhere in the page and select Inspect.
A HTML page source is open for this web page.
Now for fetchingthe relevant data from the page, select the element from the page whom you want to inspect and press Ctrl + Shift + C or choose the extreme left arrow icon as shown in the picture.You will see the html code associated with the item you are selecting is visible.
Hola! You have made it through this. Now next step is to extract that relevant data using Selenium module. That will be discussed in next coming segment.