From: Arup Rakshit Date: 2013-02-04T03:32:09+09:00 Subject: Can we open a page in a new tab in the same browser using selenium-webdriver? driver = Selenium::WebDriver.for :firefox driver.get "https://www.example.com/" driver.find_element(:link_text, "empid").click It is opening the page in the current tab. Any chance to open this link to another tab of the same browser? And when done some processing and close that new tab, without exiting the full browser? Thanks -- Posted via http://www.ruby-forum.com/.