Skip to content

Commit

Permalink
[rb] add IE driver extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 24, 2022
1 parent cd46d55 commit 8f9abf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rb/lib/selenium/webdriver/common/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def add_extensions(browser)
Firefox::Driver::EXTENSIONS
when :safari, :safari_technology_preview
Safari::Driver::EXTENSIONS
when :ie, :internet_explorer
IE::Driver::EXTENSIONS
else
[]
end
Expand Down

0 comments on commit 8f9abf5

Please sign in to comment.