I need to get all the links and all clickable elements on a page in system. I manage to get the link using BeautifulSoap for my login page. But, when i enter the homepage, it only return the links from login page, but the links on homepage are ignored. For clickable element, i need approach that i can dynamically capture all clickable elements and click the element.