So My whole plan is to, have a link which I will then enter, the tab is then opened and then a javascript script is run which will select a drop down, after it has done this then the tab is closed. I will need this because I open around 50 tabs, but the first ones load and then it takes a very long time to load all of them.
For example,
Open a tab: such as stack overflow.com once the page has fully loaded, I need it to run the script "document.getElementsByClassName("blah blah")[0].click();" and then close the tab and move onto the next, which will continue about 50 tabs.
Thanks :)
T