Skip to content

Commit

Permalink
[rb] do not convert tag name to css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Apr 14, 2022
1 parent ce23014 commit 2921929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rb/lib/selenium/webdriver/remote/bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,6 @@ def convert_locator(how, what)
when 'name'
how = 'css selector'
what = "*[name='#{escape_css(what.to_s)}']"
when 'tag name'
how = 'css selector'
end

if what.is_a?(Hash)
Expand Down

0 comments on commit 2921929

Please sign in to comment.