Selenium 2: Open link in new tab and close tabs
问题 I want to be able to open a link in a new tab in Selenium 2. Also i want to close the tab when i am finished interacting with the page. How is this possible if I have a WebElement of an <a> tag? I am using the Java API of Selenium 2 with the Firefox Driver, running on Firefox 4. 回答1: At the moment, the Selenium WebDriver API doesn't have any way of handling tabs. The project would really need a consistent, cross-browser set of methods for managing tabs before I would expect to see an