You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent defining overwriten proxy/timeouts= methods in capabilities
Fixes warnings like these:
./rb/lib/selenium/webdriver/remote/capabilities.rb:204: warning: method redefined; discarding old proxy=
./rb/lib/selenium/webdriver/remote/capabilities.rb:52: warning: previous definition of proxy= was here
./rb/lib/selenium/webdriver/remote/capabilities.rb:215: warning: method redefined; discarding old timeouts
./rb/lib/selenium/webdriver/remote/capabilities.rb:48: warning: previous definition of timeouts was here
0 commit comments