Can someone explaing to me how to use tabs in code? Here's an example of what I'd like to do:
1. Open a new browser tab (in a opened browser)
2. Navigate to a specific page in the new tab
3. Return to the first tab (without closing the second one)
4. Return to the second tab and closing the first one
Also, using browser windows, how do I jump between open browser. If I have two IE8 browsers runnnig, how do I toggle between them? I'm looking for something like Browser2.Focus();
/Nicklas