# File lib/selenium/webdriver/remote/capabilities.rb, line 40 def internet_explorer(opts = {}) new({ :browser_name => "internet explorer", :platform => :windows }.merge(opts)) end