The code I am running opens up a webpage to get data from. Once I open up a new tab and try to scrape the data from that webpage it just scrapes it from the original webpage. Is there some sort of command or function I should try. The line to create a new tab -
driver.switch_to.new_window('tab')
any help would be greatly appreciated