The below steps will give you a better idea, what i am exactly trying to achieve.
Open a URL, for example https://www.google.com in Chrome Browser.
After the page has opened, i want to click on the bookmark namely "ABC", which has the URL ({window.open('/output_debug_info.jsp');})();) -- I HAVE ALREADY CREATED THIS BOOKMARK.
I want to Click on the "ABC" Bookmark, and it should open a new page in the new tab of chrome containing the information of the URL https://www.google.com.
In the new tab, i want to fetch few information like name, address etc and print those in my Selenium Console.
Please help me, how i can achieve the following steps....
Thanks