I'm trying to create additional tabs in Firefox using Watir webdriver. However, I'm not having much luck
After opening the browser:
require 'watir-webdriver'
b =Watir::Browser.new
I want to open up tabs but have been unable to figure out how to access the Open a New Tab button on the browser. How could I create a new tab then?