From 9976521655ea84d06e2aa4172ceeb0ac471764b7 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Wed, 22 Sep 2021 08:03:05 -0500 Subject: [PATCH] [rb] remove deprecated constant --- rb/lib/selenium/webdriver/firefox.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/rb/lib/selenium/webdriver/firefox.rb b/rb/lib/selenium/webdriver/firefox.rb index 3975e02c37023..8b92c9f658cf4 100644 --- a/rb/lib/selenium/webdriver/firefox.rb +++ b/rb/lib/selenium/webdriver/firefox.rb @@ -33,7 +33,6 @@ module Firefox autoload :Service, 'selenium/webdriver/firefox/service' DEFAULT_PORT = 7055 - DEFAULT_ENABLE_NATIVE_EVENTS = Platform.os == :windows DEFAULT_SECURE_SSL = false DEFAULT_ASSUME_UNTRUSTED_ISSUER = true DEFAULT_LOAD_NO_FOCUS_LIB = false