@api private
# File lib/selenium/webdriver/common/options.rb, line 9 def initialize(bridge) @bridge = bridge end
# File lib/selenium/webdriver/common/options.rb, line 89 def timeouts @timeouts ||= Timeouts.new(@bridge) end
@api beta This API may be changed or removed in a future release.
# File lib/selenium/webdriver/common/options.rb, line 97 def window @window ||= Window.new(@bridge) end